made with esnextbin
Created
November 6, 2016 17:13
-
-
Save voronianski/d2ca9f6ded841faae1634c1140bdc5b7 to your computer and use it in GitHub Desktop.
esnextbin sketch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// // 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 ๐'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "esnextbin-sketch", | |
"version": "0.0.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// // 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