Played Challenges
From brakets to parens - 718 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: #140 / 162
- Number of attempts: 2
Reordering properties - 1086 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: #222 / 251
- Number of attempts: 1
Changing date formats - 620 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 69
- Position: #73 / 174
- Number of attempts: 2
VimGolf