Skip to content

Instantly share code, notes, and snippets.

@Arieg419
Created December 20, 2016 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arieg419/ec798d3de18d215e8f3c42b3fea8f1dd to your computer and use it in GitHub Desktop.
Save Arieg419/ec798d3de18d215e8f3c42b3fea8f1dd to your computer and use it in GitHub Desktop.
var complexObjects = {
complexProp: "1", // access via complexObjects.complexProp
simpleProp: "2", // access via complexObjects.simpleProp
regularProp: 5 // access via complexObjects.regularProp
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment