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
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
sharathchandark -
Marcus Kohlberg -
Harish Kumar -
Suraj Vishwakarma -
Top comments (0)