Skip to content

Karolina-S-dev/javascript-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Exercises

Collection of JavaScript exercises and small projects created while learning JavaScript.

The repository contains tasks covering the main concepts of JavaScript such as arrays, objects, loops, functions, maps and algorithms.


⭐ Featured Projects

🌐 Comments Analysis (API)

Program that fetches data from the JSONPlaceholder API and analyzes user activity:

  • total number of comments per user
  • average number of comments per post
  • users with the highest number of comments

🎰 Roulette Game

Console simulation of a roulette game where the user can bet on numbers or colors.

Features:

  • loops
  • input validation
  • random numbers

🎰 Slot Machine

Simple slot machine simulation using random symbols and user balance.

Features:

  • random symbols
  • game logic
  • user interaction

💰 Expense Tracker

Program for tracking expenses and income.


📚 Topics

  • 🔢 Variables and basic calculations
  • 🔀 Conditions and control flow
  • 🔁 Loops
  • 📊 Arrays
  • 🧩 Objects
  • 🗺 Maps
  • ⚙️ Functions
  • 🧠 Algorithms

📁 Repository Structure


🛠 Technologies

  • JavaScript (ES6+)
  • Fetch API
  • JSONPlaceholder API
  • Array methods (map, filter, reduce)

🎯 Purpose

This repository is used to practice JavaScript fundamentals and improve problem solving skills.

About

JavaScript exercises and small projects (arrays, objects, maps, algorithms, API).

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors