Played Challenges
Markdown Blog Editing - 476 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 62
- Position: #86 / 113
- Number of attempts: 2
Fix timezone format - 345 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: 21
- Position: #92 / 114
- Number of attempts: 1
Search different SQL column with similar where clause - 360 entries
Replace a column in the where clause and convert all numbers from text to numeric, by replacing the leading 0 with the code 359.
- Best score: 22
- Best player score: 32
- Position: #65 / 85
- Number of attempts: 1
Rearrange array to one line - 865 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 24
- Position: #142 / 203
- Number of attempts: 1
VimGolf