| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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, and else statements.
Example: age classification by category.
Switch_Case → Demonstrations of the switch control 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.
| Back | FazBrowse Home | New Git URL |