Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

js_articles

node v14.20.1
version: 1.0.0
endpointsharetweet
function outer() { const name = 'test'; function inner() { // 'name' from outer function is accessible inside inner function console.log(name); } inner(); } outer();
Loading…

no comments

    sign in to comment