Played Challenges
replacing each line of a block selection - 2791 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 22
- Position: #399 / 732
- Number of attempts: 1
Switch function arguments - 1971 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #204 / 625
- Number of attempts: 3
constructor - 165 entries
coding a constructor for a simple class
- Best score: 59
- Best player score: 99
- Position: #31 / 56
- Number of attempts: 1
switch variable - 4903 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #84 / 1699
- Number of attempts: 3
Ugly spreadsheet copy/paste to CSV - 817 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 21
- Position: #33 / 172
- Number of attempts: 4
Multiplication table. - 195 entries
Create a multiplication table.
- Best score: 31
- Best player score: 68
- Position: #27 / 63
- Number of attempts: 2
remove dupes from array - 1290 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 31
- Position: #300 / 325
- Number of attempts: 3
imports alignment (python) - 639 entries
Align as one import per line.
- Best score: 17
- Best player score: 17
- Position: #30 / 190
- Number of attempts: 5
Ruby 1.9 hashes - 1140 entries
Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!
- Best score: 12
- Best player score: 13
- Position: #140 / 380
- Number of attempts: 2
Assignment Alignment - 764 entries
line up the operators. Use spaces, not tabs.
- Best score: 18
- Best player score: 27
- Position: #120 / 209
- Number of attempts: 1
Contributed Challenges
un-C-escape string - 53 entries
Convert escape sequences to characters