Played Challenges
YAML to dotenv - 884 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 45
- Position: #167 / 197
- Number of attempts: 1
Change class fields from snake case to camel case - 236 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 53
- Position: #88 / 90
- Number of attempts: 1
Remove adjacent duplicates - 560 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 45
- Position: #126 / 147
- Number of attempts: 1
Rearrange array to single level - 1499 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 37
- Position: #193 / 248
- Number of attempts: 2
Rearrange array to one line - 707 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 39
- Position: #152 / 170
- Number of attempts: 1