#js
Read more stories on Hashnode
Articles with this tag
var map = function(arr, fn) { let n=arr.length; let arr2=[]; for(let i=0;i<n;i++){ //here we can call this function with 0 || 1 || 2 no of...