Created
June 30, 2018 16:48
-
-
Save nairihar/856a39ac52b03a1cba26fe971efb8884 to your computer and use it in GitHub Desktop.
JavaScript series, part 2, Map, medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const myMap = new Map([['key1', 'val1'], [2, 'val2']]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment