This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bf5491b2ee
tldr
/
pages
/
common
/
node.md
219 B
Raw
Blame
History
node
Server-side JavaScript platform (Node.js).
Run a JavaScript file:
node {{file}}.js
Start a REPL (interactive shell):
node
Evaluate JavaScript by passing it in the command:
node -e "{{code}}"