Skip to content

Instantly share code, notes, and snippets.

@projektorius96
Last active January 22, 2019 11:22
Show Gist options
  • Save projektorius96/15fdae510741d1497ba42e4dab4a740f to your computer and use it in GitHub Desktop.
Save projektorius96/15fdae510741d1497ba42e4dab4a740f to your computer and use it in GitHub Desktop.
Syntax
var someVariable = new Object;
// same alternative written below;
var someVariable = {}; // {object Object syntax}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment