Maps and Sets in javascript with example

Data structures in computer science refers to the programming storage of data for efficient usage in applications and algorithms. In the major release of javascript(ES6), four data structures were made available to the developers which really made javascript development further ease. They are Map, WeakMap, Set and WeakSet. Maps and WeakMaps Maps are nothing but … Continue reading “Maps and Sets in javascript with example”