Datatype -Array in JavaScript (Methods)
In previous blog we discussed what array exactly is and its four methods :
1)push( )
2)pop( )
3)shift( )
4)unshift( )
In this blog we will cover another four methods of array.
5) map(function(el,index,array) ) =>
Action : to perform same operation w...
vasudhawankhade.hashnode.dev6 min read