Created
December 20, 2016 23:18
-
-
Save Arieg419/ec798d3de18d215e8f3c42b3fea8f1dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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