Day 6 of 30 days of Javascript Interview push(): Adds one or more elements to the end of an array and returns the new length of the array. let arr = [1, 2, 3]; arr.push(4); // arr is now [1, 2, 3, 4] pop(): Removes the last element from an array...
Hello everyone! Myself Alok Tamrakar a student of 2nd year pursing Btech Cse from Aks University Satna. I am aspiring Full stack Mern Developer , coding enthusiast.