Data Structures: Create an ES6 JavaScript Map
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
// https://www.freecodecamp.org/learn/coding-interview-prep/data-structures/create-an-es6-javascript-map
|
||||||
|
|
||||||
|
const myMap = new Map([["freeCodeCamp", "Awesome!"]]);
|
||||||
Reference in New Issue
Block a user