Array Methods You Must Know
1. push() and pop().
push() :- push method is used to when we need to add new element at the last of the array means in the last index, then we use this method. And they return the new array length of
nikhilprashar.hashnode.dev5 min read