Source code

Revision control

Copy as Markdown

Other Tools

new function() {
var x = {};
(function() {
return x;
})();
}