Source code

Revision control

Copy as Markdown

Other Tools

function h(code) {
f = eval("(function(){" + code + "})")
}
h("")
h("debugger;")