Skip to content

Instantly share code, notes, and snippets.

@bringking
Created April 22, 2016 20:14
Show Gist options
  • Save bringking/1614cd8dea5f539b3b5fa8b320ada5e2 to your computer and use it in GitHub Desktop.
Save bringking/1614cd8dea5f539b3b5fa8b320ada5e2 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 -->
</head>
<body>
<!-- put markup and other contents here -->
</body>
</html>
// write ES2015 code and import modules from npm
// and then press "Execute" to run your program
var test = 12;
{
"name": "esnextbin-sketch",
"version": "0.0.0"
}
"use strict";
// write ES2015 code and import modules from npm
// and then press "Execute" to run your program
var test = 12;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment