Played Challenges
Create json from a .env file - 1303 entries
A simple everyday task.
- Best score: 39
- Best player score: 45
- Position: #74 / 303
- Number of attempts: 5
Reordering properties - 1042 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: #177 / 240
- Number of attempts: 1
Sort and Tag - 614 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: #80 / 126
- Number of attempts: 8
YAML to dotenv - 1226 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 20
- Position: #88 / 262
- Number of attempts: 12
Fix the Scala Method - 286 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 / 89
- Number of attempts: 9
Reorganize Pokémon - 691 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #31 / 190
- Number of attempts: 7
Markdown Blog Editing - 434 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 63
- Position: #80 / 101
- Number of attempts: 1
Word completion - 279 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 32
- Position: #36 / 72
- 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 - 1419 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 25
- Position: #147 / 299
- Number of attempts: 8
VimGolf