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
Mukarram Javid -
Fourhtyoz -
Agbo, Daniel Onuoha -
Ashish prajapati -
Top comments (0)