codex-lv2-may-2025

Level Navigation: Current Level: 0 1 2 3 4 5


Lesson: Install Node.js

🎯 Objective

Install Node.js on your computer so you can run JavaScript files and complete the POJO exercises.


βœ… Prerequisite: Node.js Installation

Before you can run JavaScript files in the terminal, you need to install Node.js.

Step 1: Follow the Installation Guide

πŸ“– Complete the Node.js Setup Guide: Node.js Setup Guide

This guide will walk you through:

Step 2: Verify Installation

After following the guide, test that Node.js is working:

node -v

You should see a version number like v22.17.1

npm -v

You should see a version number like 10.9.2


βœ… Ready to Continue

Once Node.js is installed and you can see version numbers when running node -v and npm -v, you’re ready to move on to:

Level 1: Setup and Look & Guess




Level Navigation: Current Level: 0 1 2 3 4 5