Skip to content

Instantly share code, notes, and snippets.

@voronianski
Created November 6, 2016 17:13
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 voronianski/d2ca9f6ded841faae1634c1140bdc5b7 to your computer and use it in GitHub Desktop.
Save voronianski/d2ca9f6ded841faae1634c1140bdc5b7 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>
// // Console shows a net::ERR_INSECURE_RESPONSE
// // when trying to create a new instance of
// // a ES6 Class.
// class Log {
// say(text) {
// console.log(text);
// }
// }
// const log = new Log();
// log.say('This doesn\'t work 😞');
{
"name": "esnextbin-sketch",
"version": "0.0.0"
}
// // Console shows a net::ERR_INSECURE_RESPONSE
// // when trying to create a new instance of
// // a ES6 Class.
// class Log {
// say(text) {
// console.log(text);
// }
// }
// const log = new Log();
// log.say('This doesn\'t work 😞');
"use strict";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment