Topics Covered
Duration: 80 minutes
Learning Objectives:
Learn to install Node.js on various operating systems.
Set up Node.js development tools like nvm, REPL, and Chrome DevTools.
Outline:
Installing Node.js (macOS, Windows, Linux).
Using Node Version Manager (nvm) for managing versions.
Node.js REPL for quick experimentation.
Debugging Node.js applications using Chrome DevTools.
Verifying and troubleshooting installations.
Student Activity:
Hands-on: Install Node.js on personal laptops.
Experiment with the REPL to execute basic JavaScript commands.
Homework Assignment:
Set up a simple Node.js project directory structure and include a
package.jsonfile.Write a short script using REPL and save it for future reference.
Last updated