This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-08-19 08:15:41 +02:00
Code
Activity
ade42815d7
Branches
Tags
No results found.
tldr
/
pages
/
common
/
node.md
Gilles Castel
bee820c22d
node: fix typo
2016-02-28 21:09:02 +01:00
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}}"