INPUT:
const argument = process.argv
console.log(argument)
OUTPUT:
node your_fileName 4 5
[
Node js path,
your file path,
'4',
'5'
]
INPUT:
const argument = process.argv
console.log(argument)
OUTPUT:
node your_fileName 4 5
[
Node js path,
your file path,
'4',
'5'
]
For further actions, you may consider blocking this person and/or reporting abuse
If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.
Top comments (0)