Created
February 16, 2015 20:16
-
-
Save anonymous/4060aa85c618820da75e to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/qelomoyele
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>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> | |
"use strict"; | |
var A = function A() {}; | |
; | |
</script> | |
<script id="jsbin-source-javascript" type="text/javascript">class A {};</script></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
"use strict"; | |
var A = function A() {}; | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment