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.
| Lecture | What is JavaScript? | ||
| Exercise | What will you need to learn? | ||
| Lecture | Variables | ||
| Exercise | Exploring let and var | ||
| Exercise | Exploring Constants | ||
| Lecture | Data Types | ||
| Exercise | Exploring Strings and Numbers | ||
| Exercise | Exploring Booleans | ||
| Exercise | Understanding undefined and null | ||
| Lecture | Operators and Expressions | ||
| Exercise | Basic Arithmetic Operations | ||
| Exercise | Comparing Values | ||
| Lecture | Functions | ||
| Exercise | Calculate the Perimeter of a Rectangle | ||
| Exercise | Greeting |