Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.92 KB

File metadata and controls

43 lines (34 loc) · 1.92 KB

Course: Introduction to Programming with JavaScript

This course is designed for students who have no prior experience with programming. In this course, you will learn the fundamental concepts of programming and how to apply them using JavaScript. You will learn about variables, data types, control structures, functions, and objects. By the end of the course, you will be able to write basic programs using JavaScript.

  • Activity 1: Install Visual Studio Code
    • Downloading and installing Visual Studio Code
  • Activity 2: Basic Terminal Commands
    • Navigation and listing files
    • Creating and deleting files and directories
  • Activity 3: Install Node.js using NVM
    • Installing NVM
    • Installing Node.js using NVM
    • Running JavaScript programs using Node.js
  • Activity 1: What are variables?
  • Activity 2: Declaring and assigning variables
  • Activity 3: Data types in JavaScript
  • Activity 1: Conditional statements
  • Activity 2: Looping statements
  • Activity 1: Introduction to functions
  • Activity 2: Declaring and calling functions
  • Activity 3: Parameters and return values
  • Activity 1: Introduction to objects
  • Activity 2: Creating objects
  • Activity 3: Object properties and methods
  • Activity 1: Project - Create a simple guessing game using JavaScript

Estimated time to complete this course is approximately 20-30 hours.

To help you with your learning, here are some additional resources: