Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created January 25, 2016 00:07
Show Gist options
  • Save TheOpenDevProject/71f80e5e978860532048 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/71f80e5e978860532048 to your computer and use it in GitHub Desktop.
var app = (() => {
class Example{
Method(){
let blaa = 4;
{
console.log(4);
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment