Created
November 28, 2013 03:54
-
-
Save nola/7687043 to your computer and use it in GitHub Desktop.
The following statement creates an object and assigns it to the variable x if and only if the expression cond is true:
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
| if (cond) var x = {hi: "there"}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment