Played Challenges
Fix timezone format - 183 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 17
- Position: #27 / 60
- Number of attempts: 3
Move to corresponding lines - 182 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 27
- Position: #25 / 45
- Number of attempts: 2
Rearrange array to single level - 1092 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 30
- Position: #115 / 184
- Number of attempts: 1