Played Challenges
From brakets to parens - 933 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 55
- Position: #188 / 216
- Number of attempts: 2
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: 127
- Position: #240 / 272
- Number of attempts: 1
Changing date formats - 688 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 69
- Position: #79 / 189
- Number of attempts: 2
VimGolf