Played Challenges
Create json from a .env file - 1240 entries
A simple everyday task.
- Best score: 39
- Best player score: 45
- Position: #71 / 287
- Number of attempts: 5
Reordering properties - 992 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 102
- Position: #170 / 230
- Number of attempts: 1
Sort and Tag - 579 entries
The goal is to sort these lines alphabetically, assign a unique identifier to each line in the format "[01]", "[02]", etc., and then restore the original order of the lines while preserving the assigned identifiers.
- Best score: 36
- Best player score: 105
- Position: #75 / 117
- Number of attempts: 8
YAML to dotenv - 1153 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 20
- Position: #84 / 254
- Number of attempts: 12
Fix the Scala Method - 269 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 2
- Best player score: 22
- Position: #34 / 86
- Number of attempts: 9
Reorganize Pokémon - 675 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #31 / 187
- Number of attempts: 7
Markdown Blog Editing - 419 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 63
- Position: #77 / 98
- Number of attempts: 1
Word completion - 253 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 32
- Position: #34 / 69
- Number of attempts: 4
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: #57 / 101
- Number of attempts: 4
New teacher - 1405 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 25
- Position: #145 / 296
- Number of attempts: 8
VimGolf