File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<img
3
- alt="adventjs-2023 "
4
- src="https://res.cloudinary.com/dfeujtobk/image/upload/v1701756989/Challenges/u0qn1htendtskutrml9j .png "
3
+ alt="adventjs-2024 "
4
+ src="https://res.cloudinary.com/dfeujtobk/image/upload/v1733035253/advent-js/Apex_1733035172447_syuzaa .png "
5
5
width="1200"
6
6
style="border-radius: 1rem" />
7
7
<br />
@@ -44,17 +44,33 @@ npm run test:2021
44
44
npm run test:2022
45
45
# or
46
46
npm run test:2023
47
+ # or
48
+ npm run test:2024
47
49
48
50
# Run specific test
49
51
npm run test ' year' /' challenge' /index.test.js
50
52
51
53
```
52
54
53
- ## 🎯 2023 Challenges
55
+ ## 🎯 2024 Challenges
54
56
55
57
<details open >
56
58
<summary >Show / Hide</summary >
57
59
60
+ | # | Challenge | Difficulty | My Solution | My Score |
61
+ | :-: | ------------------------------------------------------------------------------------------- | :--------: | :------------------------------------------------------------------------------------------------------------: | :-----------: |
62
+ | 01 | [ 🎁 ¡Primer regalo repetido!] ( https://adventjs.dev/es/challenges/2024/1 ) | 🟢 | [ here] ( ./2024/01-primer-regalo-repetido/index.js ) | ⭐⭐⭐⭐⭐ |
63
+
64
+ Difficulties legend:
65
+ 🟢 Easy 🟡 Medium 🔴 Hard
66
+
67
+ </details >
68
+
69
+ ## 🎯 2023 Challenges
70
+
71
+ <details hide >
72
+ <summary >Show / Hide</summary >
73
+
58
74
| # | Challenge | Difficulty | My Solution |
59
75
| :-: | ------------------------------------------------------------------------------------------- | :--------: | :------------------------------------------------------------------------------------------------------------: |
60
76
| 01 | [ ¡Primer regalo repetido!] ( https://adventjs.dev/es/challenges/2023/1 ) | 🟢 | [ here] ( https://github.com/marcode24/adventjs-solutions/tree/main/2023/01-primer-regalo-repetido ) |
You can’t perform that action at this time.
0 commit comments