Created
May 21, 2016 14:57
-
-
Save m0wfo/7d1740a9fa50796202dc63fcdeb7ac92 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 shoppingCart = { | |
"apples": 2, | |
"oranges": 3 | |
}; | |
shoppingCart.sh_t = "bananas"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment