Skip to content

Instantly share code, notes, and snippets.

@AntJanus
Created February 11, 2016 19:28
Show Gist options
  • Save AntJanus/603cc5057aaf1a0239df to your computer and use it in GitHub Desktop.
Save AntJanus/603cc5057aaf1a0239df to your computer and use it in GitHub Desktop.
'use strict';
class test {
constructor() {
alert();
}
}
var t = new test();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment