Skip to content

Instantly share code, notes, and snippets.

@zeptobook
Created December 29, 2018 15:00
Show Gist options
  • Save zeptobook/ca7f6c6849fd0c57550e87307e8de273 to your computer and use it in GitHub Desktop.
Save zeptobook/ca7f6c6849fd0c57550e87307e8de273 to your computer and use it in GitHub Desktop.
Initialization at the time of Declaration
var array1 = ['First', 'Second', 'Third', 'Fourth']; //Method 1
var array2 = new Array('First'); //Method 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment