Introduction to JavaScript Classes: Maps
Until recently, the major data structures we used in JavaScript were Objects and Arrays. Maps and Sets were introduced with ES6 (also called ES2015). This article introduces Maps, its differences compared to a pre-existing JavaScript data structure, ...
sambayo.hashnode.dev4 min read