node-repl Questions
6
Solved
I would like to evaluate
var foo = "foo";
console.log(foo);
as a block, instead of evaluating line by line
var foo = "foo";
undefined
console.log(foo);
foo
undefined
Is there a simple way to...
Marcmarcano asked 23/3, 2015 at 5:39
1
© 2022 - 2024 — McMap. All rights reserved.