This repository contains my solutions for various programming challenges using JavaScript. The goal is to improve logic building and master data structures.
| Category | Description |
|---|---|
| Arrays | Challenges related to array manipulation and searching. |
| Data Types | Exercises on basic data types and operations. |
| DOM | A collection of projects focusing on DOM manipulation, events handling, and creating interactive user interfaces. |
| Challenge | Category | Description | Solution Link | Live Demo |
|---|---|---|---|---|
| Max Number Function | Arrays | Finding the largest number in an array. | Code | - |
| Operations on Data | Data Types | Basic operations and data type transformations. | Code | - |
| Live Search Filter | DOM | Real-time list filtering system using JS events. | Code | π View Demo |
| Color Swatch | DOM | Dynamic background color switcher using event delegation. | Code | π View Demo |
| Search for python Dev Function | Arrays | Search inside an array for object by means of a property of its property. | Code | - |
| Grades Filter | Arrays | Conducting operations on an Array containing student grades using HOF and Math methods | Code | - |
| Total amount of points | Arrays | Conducting several operations on an array that represents the results of team matches | Code | - |
| Unique Characters Count | Strings | A simple JavaScript function that counts the number of distinct characters in a given string. | Code | - |
Keep coding and solving! π