Played Challenges
Change to ascending order - 270 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 179
- Position: #63 / 73
- Number of attempts: 1
Rearrange array to single level - 1425 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 131
- Position: #225 / 233
- Number of attempts: 1
Replace word while reserving first letter case - 620 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 36
- Position: #67 / 120
- Number of attempts: 15
SCREAMING_SNAKE_CASE to Title Case - 1216 entries
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
- Best score: 19
- Best player score: 51
- Position: #240 / 251
- Number of attempts: 1
Fiddle percentages into real numbers - 869 entries
Get rid of the '%' symbols and shift the decimal place. This is the easier version - all the columns line up.
- Best score: 13
- Best player score: 58
- Position: #292 / 293
- Number of attempts: 2