Array Methods You Must Know
push() and pop():
An array helps us to add or remove any element.Two commonly used methods are push and pop. Array is a data structure that is used to store multiple values in a single variable.
PUSH
vishal21.hashnode.dev3 min read