Skip to content

Instantly share code, notes, and snippets.

@saml
Last active June 21, 2016 18:36
Show Gist options
  • Save saml/8cdb84a3fbe0edfa22c3e1fcb7adffb5 to your computer and use it in GitHub Desktop.
Save saml/8cdb84a3fbe0edfa22c3e1fcb7adffb5 to your computer and use it in GitHub Desktop.
<!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