Skip to content

Instantly share code, notes, and snippets.

@nairihar
Created July 1, 2018 09:51
Show Gist options
  • Save nairihar/fd22454de7ff2f2ede3b3fe90d314460 to your computer and use it in GitHub Desktop.
Save nairihar/fd22454de7ff2f2ede3b3fe90d314460 to your computer and use it in GitHub Desktop.
JavaScript series, part 2, Map, medium
const myMap = new Map([[1, 11], [2, 22]]);
myMap.clear();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment