Skip to content

Instantly share code, notes, and snippets.

@zeptobook
Created December 29, 2018 14:53
Show Gist options
  • Save zeptobook/45aed80024d7a49ee4175bad204012d0 to your computer and use it in GitHub Desktop.
Save zeptobook/45aed80024d7a49ee4175bad204012d0 to your computer and use it in GitHub Desktop.
Array Declaration
var array1 = []; //Method 1
var array2 = new Array(); //Method 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment