Skip to content

Instantly share code, notes, and snippets.

@nairihar
Last active June 22, 2018 11:53
Show Gist options
  • Save nairihar/280f3202e3c6cbb9344cbd4c8d3cf583 to your computer and use it in GitHub Desktop.
Save nairihar/280f3202e3c6cbb9344cbd4c8d3cf583 to your computer and use it in GitHub Desktop.
JavaScript series, part 1, Set, medium
const mySetFromString = new Set('hello');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment