JavaScript Lessons

Getting Started with JavaScript

Getting Started with JavaScript

Want to know how to get started with javascript,then you are in the right place.

Console

What's the console and what does it do?

Names

Learn how to create variables in JavaScript.

Values

Know more about variable values in JavaScript.

Location Tracker

Let's use what we've learnt so far to build a location journal app.

Game Character Name

Something about Mario.

Updating

Learn how to update variables.

Expressions

What are expressions?

Numbers

Let's get good with the numbers

Miles to KM Converter

Let's create a Miles to KM Converter

True and false

Learn what true and false values are in programming.

Negating values

Learn how to negate values.

Air Conditioning

Let's write some code that switches an office air conditioner off over the weekend.

Light Switch

Let's create a smart light switch that switches the lights off if it's daytime and on if it's nighttime.

Equality operator

Learn how to look for equality among numbers.

Inequality operator

To check if a number isn't equal to another number, we use the inequality operator

Rate This Course