Played Challenges
YAML to dotenv - 1000 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 28
- Position: #139 / 217
- Number of attempts: 2
Reorganize Pokémon - 625 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 29
- Position: #149 / 170
- Number of attempts: 2
Append leading hyphen count to each line - 84 entries
Append the number of leading hyphens to the end of each line.
- Best score: 23
- Best player score: 50
- Position: #23 / 27
- Number of attempts: 2
Fix timezone format - 298 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: 19
- Position: #69 / 96
- Number of attempts: 1