Played Challenges
Swap function parameters and delete all comments in python. - 643 entries
Swap function parameters and delete all comments in python.
- Best score: 19
- Best player score: 36
- Position: #148 / 173
- Number of attempts: 2
Delete the last function argument in python. - 485 entries
Delete the last function argument in this python script.
- Best score: 6
- Best player score: 6
- Position: #60 / 178
- Number of attempts: 3
Flip All Bits - 312 entries
Perform a bitwise NOT operation on each bit, meaning that bits that are 0 become 1, and those that are 1 become 0.
- Best score: 26
- Best player score: 99
- Position: #95 / 99
- Number of attempts: 1
From brakets to parens - 1252 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: 64
- Position: #256 / 278
- Number of attempts: 1
Create json from a .env file - 1637 entries
A simple everyday task.
- Best score: 38
- Best player score: 80
- Position: #307 / 401
- Number of attempts: 1
Reordering properties - 1308 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: 75
- Position: #147 / 293
- Number of attempts: 1
VimGolf