Skip to content

2/24/2025

Control Flow: The order in which the computer executes statements in a script.

Conditional Statements: A statement that depends on whether a condition is true or false.

Loop: Sets a condition that allows for code statements to be repeated.

Logical Operators: Used to determine the logic between variables or values.

Assignment Operators: Assign values to JavaScript variables.

Closure: Gives a function access to its outer scope.

Scope: The part of a program where a variable, function, or object can be accessed.

Code & Curiosities