Direction: Choose the correct option
Q1.
In a CLI notes app built with Node.js, how would you typically accept user input?
Direction: Choose the correct option
Q2.
To add a note from the command line, you might run a command like:
Direction: Choose the correct option
Q3.
How would you store notes in a simple CLI app?
Direction: Choose the correct option
Q4.
What module is useful for parsing command-line arguments?
Direction: Choose the correct option
Q5.
To display a list of notes in the console, you would use:
