/advent-js-2022

My solutions for the AdventJs 2022 Challenge

Primary LanguageJavaScript

AdventJS Challenges

adventJs

adventJS is a @midudev initiative

Challenges

Day Title Solution Points
#01 Automating Christmas gift wrapping! result 131
#02 Nobody wants to do extra hours at work result 131
#03 How many packs of gifts can Santa carry? result 171
#04 Box inside a box and another... result 170
#05 Optimizing Santa's trips result 112
#06 Creating Xmas decorations result 120
#07 Doing gifts inventory result 200
#08 We need a mechanic! result 140
#09 Crazy Xmas lights result 300
#10 The Santa Claus sleigh jump result 260
#11 Santa Claus is Scrum Master result 180
#12 Electric sleighs, wow result 360
#13 Backups for Santa Claus files result 300
#14 The best path result 300
#15 Decorating thee Christmas tree result 80
#16 Fixing Santa Claus' letters result 140
#17 Carrying gifts in bags result 100
#18 We ran out of ink! result 120
#19 Sorting the toys! result 300
#20 More chanllenging trips result 10
#21 Creating the gifts table result 110
#22 The lights in sync result 350
#23 Santa Claus Compiler result 10
#24 The last challenge is a maze result 150

Tests

In order to execute Unit Test, first of all you need to install Jest dependency by running:

npm install

And then, you can run test by typing:

  npm run test