Skip to content

Instantly share code, notes, and snippets.

@bananu7
Created January 23, 2015 11:19
Show Gist options
  • Save bananu7/0c65534569e978b5cb1f to your computer and use it in GitHub Desktop.
Save bananu7/0c65534569e978b5cb1f to your computer and use it in GitHub Desktop.
// what's the difference between:
var family = new Array();
// and
var family = [];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment