Array Methods You Must Know
push() and pop()
Push()
Push is used to add an element or insert an element in the existing array at the end of that and return the lenght of that array.
It is a mutable method. What is the meaning of
all-about-js.hashnode.dev10 min read