This repository holds my JavaScript solutions for AdventJS 2024, a series of programming and logic challenges brought by @midudev.
My solutions might not be the best ones. I will try to obtain the highest score based on my own knowledge and documentation.
Each day has its own folder, named something like "Challenge x", where I put my solution for that day.
Alongside, I will also upload the score I obtained.
In the package.json there are some scripts run by NPM that will help you execute easily the code for each challenge.
For example, for the first challenge, you must pass arguments (numbers, in this case). To accomplish it, you only need to type the numbers separated by spaces alongside the script.
npm run day1 85 3 475 39 1 30 4