commands.sh

d8

all

Developer shell for the V8 JavaScript engine.

More info →

Examples (3)

Start a REPL (interactive shell)

Run a JavaScript file

d8 path/to/file.js

Evaluate a JavaScript expression

d8 -e "code"
made by @shridhargupta | data from tldr-pages