Played Challenges
Create json from a .env file - 1523 entries
A simple everyday task.
- Best score: 39
- Best player score: 45
- Position: #84 / 356
- Number of attempts: 5
Reordering properties - 1162 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: #201 / 272
- Number of attempts: 1
Sort and Tag - 676 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: #91 / 140
- Number of attempts: 8
YAML to dotenv - 1476 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 20
- Position: #103 / 301
- Number of attempts: 12
Fix the Scala Method - 308 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 / 99
- Number of attempts: 9
Reorganize Pokémon - 776 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #31 / 215
- Number of attempts: 7
Markdown Blog Editing - 456 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 63
- Position: #84 / 107
- Number of attempts: 1
Word completion - 284 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 32
- Position: #36 / 76
- Number of attempts: 4
Fix timezone format - 329 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: #59 / 106
- Number of attempts: 4
New teacher - 1465 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 25
- Position: #150 / 306
- Number of attempts: 8
VimGolf