Skip to content

Instantly share code, notes, and snippets.

@captDaylight
Last active October 5, 2015 00:39
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 captDaylight/e749ac7573900d254140 to your computer and use it in GitHub Desktop.
Save captDaylight/e749ac7573900d254140 to your computer and use it in GitHub Desktop.
let myArr = [1, 2, 3];
console.log(...myArr);
// 1 2 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment