--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # d8 > Developer shell for the V8 JavaScript engine. > More information: . - Start a REPL (interactive shell): `d8` - Run a JavaScript file: `d8 {{path/to/file.js}}` - Evaluate a JavaScript expression: `d8 -e "{{code}}`