Skip to content

Instantly share code, notes, and snippets.

@swyveu
Last active January 22, 2020 20:39
Show Gist options
  • Save swyveu/3effd21332b00946d4307f68b7707b68 to your computer and use it in GitHub Desktop.
Save swyveu/3effd21332b00946d4307f68b7707b68 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
const a = 4
console.log(a)
const a = document.createElement('a')
document.querySelector('body').appendChild()
{
"name": "esnextbin-sketch",
"version": "0.0.0"
}
/*
undefined
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment