Skip to content

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

Notifications You must be signed in to change notification settings

ferrnd/javascript-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published