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
sharathchandark -
Eda -
cristian velasquez -
Vyacheslav Borodin -
Top comments (0)