...

/

Introduction to if-statements

Introduction to if-statements

Learn one of the building blocks of programming, the if-statement. Learn how to run code conditionally. Learn what truthy and falsey mean in JavaScript.

We'll cover the following...

We can now get to something you’ll use throughout your career in every programming language you’ll ever ...