Let's Build a Todo CLI With Node.JS - Part One

Difficulty: Advanced
Duration: 10 minutes and 40 seconds
Students: 95
Rating: 5/5

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.

Learning Objectives

  • Understand the structure of the argv array
  • Learn how to capture commands from the argv array
  • Implement functions to capture the arguments and execute code

Intended Audience

This lesson is intended for anyone who wants to learn about Node.js.

Prerequisites

Covered Topics