A collection of beginner-friendly JavaScript exercises and examples covering core programming concepts such as conditional structures, logical operators, and arithmetic operations.
The repository is organized into folders according to the type of JavaScript concept being practiced:
-
If_Else → Examples of conditional logic using
if,else if, andelsestatements.
Example: age classification by category. -
Switch_Case → Demonstrations of the
switchcontrol structure.
Example: displaying the season of the year. -
Operadores_Logicos → Logical operators and boolean expressions.
Example: checking if a number is even and greater than another. -
Operadores_Aritmétricos → Arithmetic operations and basic calculations.
Example: calculating the area of a shape.
- Understand basic JavaScript syntax
- Practice conditional statements and logical reasoning
- Learn how to structure small programs using control flow
- Language: JavaScript