#javascript
Read more stories on Hashnode
Articles with this tag
JavaScript Nuggets filter method is used to remove unwanted things from an array. like map, it returns a new array with elements removed. we pass a...
Map Method ยท Every Developer should know this. Map method: The map method returns a new array. It does not modify the size of the original array. The...