Loading

Quipoin Menu

Learn • Practice • Grow

node-js / CLI Notes App
exercise
1/5
Exercise 1Node-js
Question

Create a simple CLI notes app that allows adding a note via command: node app.js add --title="My Note" --body="Content". Use process.argv to parse arguments.