Skip to content

Instantly share code, notes, and snippets.

@nchevobbe
Created January 27, 2017 08:21
Show Gist options
  • Save nchevobbe/af2653f2717426993debe6526a51cbb4 to your computer and use it in GitHub Desktop.
Save nchevobbe/af2653f2717426993debe6526a51cbb4 to your computer and use it in GitHub Desktop.
Array.fill
let [a, b] = (new Array(2)).fill(Symbol());
console.log(a === b); // -> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment