Data Structures: Create an ES6 JavaScript Map
This commit is contained in:
parent
e0c1357fe8
commit
a08d964b1a
3
Data Structures/es6Map.js
Normal file
3
Data Structures/es6Map.js
Normal file
@ -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!"]]);
|
Loading…
Reference in New Issue
Block a user