In this first video in the Let's Build a Todo CLI With Node.JS series, you will be introduced to the argv property of the node process object. Argv allows for the capturing of arguments from the command line. This property will be used to execute code based on the arguments given.
This lesson is intended for anyone who wants to learn about Node.js.