Content deleted Content added
In JavaScript example, replaced "return inner"; with "return inner();" |
Cancelled own previous correction, as "return inner;" is also correct. |
||
Line 22:
console.log(x);
}
return inner
}
</source>
|