Should You Stop Using Objects and Arrays to Store Data?
ES6 has other ways of handling data structures and values in the form of Set and Map
Photo by Alvaro Reyes on Unsplash
For years, programmers have used objects and arrays to store data. This trend is not only limited to JavaScript.
There was simply n...
anuragkanoria11.hashnode.dev7 min read