Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
340 B

# process.argv
`process.argv` is an array of parameters that are sent when you run a Node.js file or Node.js process.
Visit the following resources to learn more:
- [@official@process.argv](https://nodejs.org/docs/latest/api/process.html#processargv)
- [@video@Command Line Arguments - Cave of Programming](https://youtu.be/nr7i2HOAjeE)