Played Challenges
Reorganize Pokémon - 303 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 22
- Position: #61 / 81
- Number of attempts: 4
Fix timezone format - 225 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 16
- Position: #26 / 75
- Number of attempts: 3
Rearrange array to single level - 1301 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 17
- Position: #32 / 207
- Number of attempts: 12
New teacher - 925 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 29
- Position: #147 / 196
- Number of attempts: 1
months to html list items - 1010 entries
Turn the months into list items.
- Best score: 22
- Best player score: 31
- Position: #219 / 274
- Number of attempts: 1
Wrap the text of an email message to 79 characters - 766 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #315 / 410
- Number of attempts: 1
Just the middle - 11457 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1511 / 4198
- Number of attempts: 5
Condensed Cases - 804 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 25
- Position: #234 / 247
- Number of attempts: 1
The Cake is a Lie - 1346 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #286 / 527
- Number of attempts: 5
Change the content of a string - 1580 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #237 / 588
- Number of attempts: 3
Sort and add attributes - 1452 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 38
- Position: #491 / 564
- Number of attempts: 1
Whitespace, empty lines and tabs - 3670 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 32
- Position: #595 / 788
- Number of attempts: 1
Simple text editing with Vim - 12815 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2545 / 3696
- Number of attempts: 4