Played Challenges
YAML to dotenv - 1337 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 45
- Position: #240 / 279
- Number of attempts: 1
Change class fields from snake case to camel case - 290 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 53
- Position: #106 / 108
- Number of attempts: 1
Remove adjacent duplicates - 658 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 45
- Position: #141 / 164
- Number of attempts: 1
Rearrange array to single level - 1683 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: #219 / 280
- Number of attempts: 2
Rearrange array to one line - 799 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 39
- Position: #166 / 187
- Number of attempts: 1
VimGolf