|
|
|
|
|
by nailer
3253 days ago
|
|
Shouldn't the answer be obvious? Every Python tutorial: type 'python' and enter commands into the REPL. Every Ruby tutorial: type 'ruby' and enter commands into the REPL. Every Exlixir tutorial: type 'iex' and enter commands into the REPL. Every Perl tutorial: type 'perl' and enter commands into the REPL. So for JavaScript: type 'node' and enter commands into the REPL. |
|