Played Challenges
Fix timezone format - 318 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: #43 / 101
- Number of attempts: 3
Move to corresponding lines - 305 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 27
- Position: #39 / 68
- Number of attempts: 2
Rearrange array to single level - 1650 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: #168 / 273
- Number of attempts: 1
VimGolf