Source code
Revision control
Copy as Markdown
Other Tools
export {};
function outer(p1) {}
{
function middle(p2) {
function inner(p3) {}
console.log(this);
}
}
export {};
function outer(p1) {}
{
function middle(p2) {
function inner(p3) {}
console.log(this);
}
}