Skip to content

Instantly share code, notes, and snippets.

@cbioley
Created April 25, 2016 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbioley/28350eede7bef4546fdc452f319f7a1f to your computer and use it in GitHub Desktop.
Save cbioley/28350eede7bef4546fdc452f319f7a1f to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
<!-- put additional styles and scripts here -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
</head>
<body>
<!-- put markup and other contents here -->
<div id="app"></div>
</body>
</html>
const attributes = 'key1="value1" key2="value2"'
console.log(attributes.substring(0))
{
"name": "esnextbin-sketch",
"version": "0.0.0",
"react": "^15.0.0",
"dependencies": {
"react": "15.0.1",
"react-dom": "15.0.1"
}
}
'use strict';
var attributes = 'key1="value1" key2="value2"';
console.log(attributes.substring(0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment