Skip to content

Instantly share code, notes, and snippets.

@essamamdani
Created April 27, 2020 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save essamamdani/bc360e6d8ff5a5b40ccfc41899c16404 to your computer and use it in GitHub Desktop.
Save essamamdani/bc360e6d8ff5a5b40ccfc41899c16404 to your computer and use it in GitHub Desktop.
var setA = new Set();
setA.add("maps").add("filters").add("generators").add("arrow functions");
console.log(setA.size);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment