Skip to content

Instantly share code, notes, and snippets.

@sunyongjian
Created October 26, 2017 12:49
Show Gist options
  • Save sunyongjian/616d4386fa56ed0e35549f82348ef992 to your computer and use it in GitHub Desktop.
Save sunyongjian/616d4386fa56ed0e35549f82348ef992 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/baworoq
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
var obj1 = { a: 1, b: { c: 2 } };
</script>
<script id="jsbin-source-javascript" type="text/javascript">var obj1 = { a: 1, b: { c: 2 } };
</script></body>
</html>
var obj1 = { a: 1, b: { c: 2 } };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment