Javascript most useful array functions
push
push method adds one or more element at the end of an array
pop
pop is removed the last element of the array & return that element
shift
A shift method removes the first element from the array and all other element indexes decrease by 1
unsh...
lochawala.com2 min read