Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.1 KB

File metadata and controls

29 lines (18 loc) · 1.1 KB

🚀 JavaScript Basics Examples

A collection of beginner-friendly JavaScript exercises and examples covering core programming concepts such as conditional structures, logical operators, and arithmetic operations.

📂 Project Structure

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.

🧠 Learning Goals

  • Understand basic JavaScript syntax
  • Practice conditional statements and logical reasoning
  • Learn how to structure small programs using control flow

🛠️ Technologies Used

  • Language: JavaScript