Skip to content

Instantly share code, notes, and snippets.

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