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
Israel Morales -
Nico Prat -
A0mineTV -
mmvergara -
Top comments (0)