These are some Array Methods YOU Should Know
push() and pop()
These methods work around at the end of the array, the push() method adds an value or item at the end of the array, and the pop() method removes the last value of the array and return
js-blogs-aarav.hashnode.dev2 min read