Please enable JavaScript to use CodeHS

Intro JS Bulldog (2022) Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Condition General

A condition is code that you put inside an if statement or while-loop.

Condition

If Statement General

An if statement lets you ask a question to the program and only run code if the answer is true.

If Statement

Control Structure General

A control structure lets us change the flow of the code.

Control Structure loops if statements

Parentheses General

( and )

Parentheses