NodeJS Workspace
¶
JS kernel github repo
Intro
¶
In [1]:
function
foo
()
{
console
.
log
(
1
+
2
)
}
foo
()
3