JSNotebook
extends Nodebook
"JSNotebook" is used for .js
(JavaScript) files.
Usage
Setup
note(value)
Similar to addLine(value)
but it does not automatically indent to the new line.
stringvalue
:
The value to code in.
run()
Runs the JS file using node <file>
.
comment(value)
Inserts a comment.
string value
:
The value to comment.
Last updated