Important Array Methods
Before learning array methods .you have to know how arrays are createdread here
let's move to the array methods
push() Method
The push() method adds new items to the end of an array.
The push() method changes the length of the array and returns a new...
tkp.hashnode.dev17 min read