Array Methods You Must Know
Loops are fine. But these methods make working with arrays faster, cleaner, and more expressive.
1. push() and pop() — Add and Remove from the End
push() adds one or more elements to the end of an a
buildingsblock.hashnode.dev5 min read