Played Challenges
One number per line - 18377 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #484 / 3787
- Number of attempts: 1
Separate the lines - 155 entries
Every other line is mixed up. Separate them into their original texts.
- Best score: 11
- Best player score: 11
- Position: #44 / 84
- Number of attempts: 1
From argument to object - 1262 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 17
- Position: #105 / 417
- Number of attempts: 2
Todo list specification - 363 entries
The every item on the todo list must be done today. Modify the list to reflect that.
- Best score: 37
- Best player score: 37
- Position: #68 / 167
- Number of attempts: 1
Hidden Message - 62 entries
Find the hidden message and replace all other characters with spaces.
- Best score: 33
- Best player score: 33
- Position: #8 / 26
- Number of attempts: 1
Create a table - 302 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 16
- Position: #34 / 98
- Number of attempts: 1
Fun With The Diagonal - 96 entries
change the lowercase characters on the main diagonal to uppercase
- Best score: 11
- Best player score: 11
- Position: #60 / 73
- Number of attempts: 1
Hello ${world} - 293 entries
Migrate a JavaScript String from concatenation to ES6 interpolation.
- Best score: 24
- Best player score: 24
- Position: #26 / 92
- Number of attempts: 1