JavaScript For Beginners

This course is designed to introduce beginners to the fundamentals of JavaScript, the essential programming language for web development. Through a series of modules, lectures, and practical exercises, you will learn how to write and execute JavaScript code, understand basic programming concepts, and create dynamic web content. No prior programming experience is required.

Modules

11 lectures
21 exercises

This module provides an overview of JavaScript, its history, and its role in modern web development. It also covers how to set up the development environment.
LectureWhat is JavaScript?
ExerciseWhat will you need to learn?
LectureVariables
ExerciseExploring let and var
ExerciseExploring Constants
LectureData Types
ExerciseExploring Strings and Numbers
ExerciseExploring Booleans
ExerciseUnderstanding undefined and null
LectureOperators and Expressions
ExerciseBasic Arithmetic Operations
ExerciseComparing Values
LectureFunctions
ExerciseCalculate the Perimeter of a Rectangle
ExerciseGreeting