Array Methods In JavaScript
Adding and Removing: push() and pop()
Think of these like a stack of cafeteria trays. You add to the top and take from the top. These methods affect the end of the array.
push(): Adds an item to the
do-not-know-git.hashnode.dev2 min read