Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Golden) (2022)

Lesson 5.1 Booleans

Description

In this lesson, students will learn more about boolean values. Booleans refer to a value that is either true or false, and are used to test whether a specific condition is true or false.


Objective

Students will be able to…

  • Create boolean variables to represent meaningful yes/no values
  • Print out the value of a boolean variable

Activities

These are all the activities included in the lesson

5.1.1 Booleans
5.1.2 Booleans Quiz
5.1.3 First Boolean
5.1.4 Do You Have a Dog?