Don't misuse JavaScript Array map
I've been using the JavaScript Array map() function whenever I needed to iterate an array and manipulate it. But today I learned that even though it gets the job done, it has some disadvantages.
Usage
map is a higher-order function in JavaScript sinc...
blog.thisurathenuka.dev3 min read