Played Challenges
replacing each line of a block selection - 2883 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 22
- Position: #408 / 756
- Number of attempts: 1
Switch function arguments - 2002 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #208 / 634
- Number of attempts: 3
constructor - 178 entries
coding a constructor for a simple class
- Best score: 59
- Best player score: 99
- Position: #32 / 57
- Number of attempts: 1
switch variable - 4993 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #84 / 1722
- Number of attempts: 3
Ugly spreadsheet copy/paste to CSV - 952 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 21
- Position: #37 / 183
- 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 - 1324 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: #303 / 328
- Number of attempts: 3
imports alignment (python) - 657 entries
Align as one import per line.
- Best score: 17
- Best player score: 17
- Position: #30 / 194
- Number of attempts: 5
Ruby 1.9 hashes - 1194 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: #145 / 392
- Number of attempts: 2
Assignment Alignment - 824 entries
line up the operators. Use spaces, not tabs.
- Best score: 18
- Best player score: 27
- Position: #125 / 215
- Number of attempts: 1
Contributed Challenges
un-C-escape string - 55 entries
Convert escape sequences to characters