Played Challenges
Change to ascending order - 487 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 179
- Position: #104 / 120
- Number of attempts: 1
Rearrange array to single level - 1720 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: #280 / 289
- Number of attempts: 1
Replace word while reserving first letter case - 663 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 36
- Position: #72 / 126
- Number of attempts: 15
SCREAMING_SNAKE_CASE to Title Case - 1269 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: #252 / 264
- Number of attempts: 1
Fiddle percentages into real numbers - 880 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: #294 / 295
- Number of attempts: 2
VimGolf