Last active
June 21, 2016 18:36
-
-
Save saml/8cdb84a3fbe0edfa22c3e1fcb7adffb5 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
<!doctype html> | |
<title>Object Literal or Block in JS</title> | |
<meta charset="utf-8"> | |
<p>View Console. And View Source.</p> | |
<script> | |
{"x": 1}; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment