Played Challenges
YAML to dotenv - 1459 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 131
- Position: #297 / 298
- Number of attempts: 1
Fix the git merge conflicts - 317 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 120
- Position: #86 / 89
- Number of attempts: 1
Reorganize Pokémon - 772 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 48
- Position: #209 / 214
- Number of attempts: 2
extract struct tag in go - 149 entries
Can you extract all struct tags in the fewest keystrokes possible?
- Best score: 29
- Best player score: 109
- Position: #40 / 41
- Number of attempts: 1
Search different SQL column with similar where clause - 322 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: 87
- Position: #74 / 74
- Number of attempts: 1
Rearrange array to single level - 1737 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 34
- Position: #213 / 290
- Number of attempts: 3
Copy punctuation - 684 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 80
- Position: #146 / 167
- Number of attempts: 2
Inverting Lines - 1952 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 41
- Position: #516 / 522
- Number of attempts: 1
Hello ${world} - 336 entries
Migrate a JavaScript String from concatenation to ES6 interpolation.
- Best score: 24
- Best player score: 183
- Position: #101 / 101
- Number of attempts: 1
VimGolf