Skip to content

Instantly share code, notes, and snippets.

@aderaaij
Created November 14, 2017 22:39
Show Gist options
  • Save aderaaij/35f47689725cd162babd6ec093b9096b to your computer and use it in GitHub Desktop.
Save aderaaij/35f47689725cd162babd6ec093b9096b to your computer and use it in GitHub Desktop.

Revisions

  1. aderaaij revised this gist Nov 14, 2017. No changes.
  2. aderaaij created this gist Nov 14, 2017.
    2 changes: 2 additions & 0 deletions es6-array-of.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    const team = Array.of('Black Panther', 'Wolverine', 'X-23', 'Sabertooth');
    console.log(team);