GitHunt
FE

ferrnd/javascript-fundamentals

A collection of simple JavaScript exercises demonstrating conditional structures, logical operators, and arithmetic expressions.

πŸš€ 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

Languages

JavaScript100.0%

Contributors

Created March 28, 2025
Updated February 6, 2026
ferrnd/javascript-fundamentals | GitHunt