Array Methods You Must Know
push() : The push() method adds one or more elements to the end of an array.It modifies the original array and returns the new length of the array.
Syntax: array.push(elem1,elem2, ...);
example:const
imp-array-methods-0.hashnode.dev4 min read