mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:35:27 +02:00
node: add print argument example (#2688)
This commit is contained in:
parent
1286509fe5
commit
9368ca7301
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Evaluate JavaScript by passing it in the command:
|
||||
|
||||
`node -e "{{code}}"`
|
||||
|
||||
- Evaluate and print result, useful to see node's dependencies versions:
|
||||
|
||||
`node -p "{{process.versions}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue