Source code
Revision control
Copy as Markdown
Other Tools
function foo(x, y) {
function bar() {
return x + y;
}
return bar;
}
function foo(x, y) {
function bar() {
return x + y;
}
return bar;
}