This repository was archived by the owner on Dec 16, 2025. It is now read-only.
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
node command's -i (interactive) option and -e (eval) options #5
node -i app.js- runs the script but keeps the REPL open.node -e "console.log('Hello')"- runs code passed as argumentAdd to notes