Commit Graph

61 Commits

Author SHA1 Message Date
MiloATH
281b77718d Changed links of several pages to the translated pages. 2016-09-02 01:38:49 -04:00
Mrugesh Mohapatra
b12dd1402e Merge pull request #10286 from AndrewGHC/fix/endsWith-passes-without-semicolon
Fixed regex test against using the .endsWith() method
2016-08-22 10:59:32 +05:30
AndrewGHC
64ae8b769f Fixed regex test against using the .endsWith() method in challenge 'Confirm the Ending' 2016-08-20 11:33:07 +02:00
Quincy Larson
684b12daa4 fix reference to old wiki 2016-08-19 21:27:35 -07:00
BKinahan
c9c2ee0af6 Swap Slasher Flick with more difficult challenge 2016-08-12 18:23:25 +00:00
James Hobbs
a8cdb2d7ec Amended instructions for Check for Palindrome challenge to reference casing. 2016-08-05 13:04:25 +01:00
theflametrooper
fad5e94d09 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01:00
Berkeley Martinez
87e200cb46 feature(translations): Normalize translations
translations are now listed under the prop "translations"
and keys to the IETF lang tag.
2016-07-28 23:40:01 -07:00
BKinahan
16cb426944 Change two tests on Confirm the Ending 2016-07-21 19:56:04 +00:00
Arun
89d6edc55c Fix broken challenge links by renaming challenges 2016-06-27 23:11:02 +05:30
Jonathan
9fdeaee56c Merge pull request #9287 from erictleung/translate/palindrome-update
Add Spanish translation to Palindrome update
2016-06-27 16:47:34 +01:00
Jonathan Wong
3211f8339b Fix/rewrite-instructions (#8944)
Clarify Where Do I Belong to return positive val
2016-06-22 13:09:18 +00:00
Eric Leung
d1a7365a7d Add Spanish translation to Palindrome update 2016-06-21 23:19:48 -07:00
Eric Leung
dd69e3cb4d Add test to check .endsWith() in Confirm Ending 2016-06-21 23:11:29 -07:00
Akinseye Olawale
22245b42c1 Update basic-bonfires.json
Removed unnecessary repetition
2016-06-21 15:24:32 +01:00
luongthomas
42e6ede26f Added Palindrome test for _eye returning true. 2016-06-16 09:03:53 -07:00
Eric Leung
96e83227c6 Merge pull request #9077 from alayek/fix/palindrome-language
Update Palindrome instructions
2016-06-13 22:34:28 -07:00
Jonathan
dafa73b864 Merge pull request #8922 from tianz/fix/mdn-links
Fix MDN links
2016-06-13 19:28:52 +01:00
alayek
7764862082 Update Palindrome instructions 2016-06-10 23:05:43 +05:30
daniel-chung
ba0798024e Add new test in basic-algorithm challenge
Creates a new test that checks situations where the solution returns 5 chunks (i.e., an array of length 5 whose elements are themselves arrays).
2016-06-07 20:48:20 -04:00
Tian Zhou
aee5d8612f Fix MDN links 2016-06-02 20:36:21 -07:00
Salt7900
df294b8554 Change wording about a number not being positve 2016-05-30 22:53:07 -05:00
Zac Clemans
57b05295dc add test assertion for underscores in palindrome bonfire 2016-05-25 15:46:08 -04:00
Kevin Dessely
14b56fadf9 Fix Read-Search-Ask broken links 2016-05-22 14:56:55 +08:00
rshafto
d40139a10e Update basic-bonfires.json 2016-04-27 21:53:20 -04:00
Eric Leung
68e6b5aeee Update MDN charCodeAt link to be more accurate 2016-04-17 11:04:23 -07:00
Eric Leung
39cf284e7f Make Where Do I Belong function name unique 2016-03-21 10:26:24 -07:00
Rex Schrader
c527701bbb Merge pull request #7619 from erictleung/fix/unique-function-name-for-chunky-monkey
Make Chunky Monkey function name unique
2016-03-19 20:53:38 -07:00
Rex Schrader
385bced95a Merge pull request #7595 from erictleung/fix/unique-function-name-for-truncate-a-string
Make Truncate a String function unique & clarify
2016-03-19 20:48:47 -07:00
Rex Schrader
ef1f67d5ff Merge pull request #7579 from erictleung/fix/unique-function-name-for-repeat-a-string
Make Repeat a String function name unique
2016-03-19 19:46:27 -07:00
Eric Leung
367bd93602 Make Chunky Monkey function name unique 2016-03-18 09:40:57 -07:00
Eric Leung
88e5792b4b Make Truncate a String function unique & clarify
- Change `truncate` function to `truncateString`
- Update challenge description to clarify goals of challenge
2016-03-17 05:46:07 -07:00
Jacob Bearden
020632962b fix image protocol 2016-03-16 20:32:12 -06:00
Eric Leung
d244fe4024 Make Repeat a String function name unique 2016-03-16 14:17:27 -07:00
Eric Leung
4b5c8b81a7 Make Confirm the Ending function name unique
- Change `end` function name to `confirmEnding`
- Add clarity on arguments used in function
2016-03-15 23:54:56 -07:00
Rex Schrader
b5128336a4 Change nameXX properties to title XX properties 2016-03-11 21:00:06 -08:00
JoshFisk
c47d06c0ad Add test to "Falsy Bouncer". 2016-03-02 21:16:56 -08:00
Eric Leung
c18afe454c Add more formatting & emphasize palindrome details
- Put `true` and `false` in code tags
- Put `palindrome` in definition tags
- Add "Note" to further emphasize you'll need to remove all non-alphanumeric
  characters
- Put various forms of "race car" in code tags
2016-02-14 11:23:27 -08:00
Quincy Larson
c668c83b11 make the "get set for" challenges optional 2016-02-11 20:46:00 -08:00
Vladimir Támara Patiño
60076dbd75 Update translation to spanish of basic-bonfires
Closes #6495
Thanks for corrections to @justinian336 and @Narshe1412
2016-02-08 20:44:41 -05:00
Rex Schrader
61d9cb1b94 Merge pull request #6750 from erictleung/fix/move-challenge-titles-in-json-files
Move challenge title attribute/value pair + update
2016-02-05 21:26:32 -08:00
Eric Leung
542860a676 Move challenge title attribute/value pair + update
- Move title attribute/value pair for each challenge in Basic Algorithm
  Scripting to between the id and description attributes for consistency among
  the other challenge JSON files
- Add space in the editor for Caesar's Cipher for alignment with the `return`
  statement
- Add code tags around `arr[i]` in Return Largest Numbers in Arrays challenge
- Add code tags around `n` in Repeat a string repeat a string
- Capitalize JavaScript in Falsy Bouncer
- Change `n` to `num` for Repeat a string repeat a string challenge
2016-02-05 21:14:20 -08:00
Rex Schrader
922ad732b2 Merge pull request #6749 from justinian336/Update/ES-translation-basic-bonfires
Add translation for new challenge
2016-02-05 20:30:16 -08:00
justinian336
ee3fc1cab4 Add translation for new challenge 2016-02-05 07:24:30 +00:00
Eric Leung
a4e0aab432 Add more tests to Slasher Flick and fix formatting
- Added two more tests that involve a mix of strings and numbers
- Put `n` in code tags
- Add missing period in second sentence
2016-02-04 23:23:00 -08:00
Jason Jiang
f9e81a13f3 Correct the array description of Chunky Monkey
The array required from the Chunky Monkey challenge is two-dimensional, not multidimensional.
The change has been made in both English and Spanish.
2016-01-26 15:28:53 +13:00
Mrugesh Mohapatra
a8bb560005 fix the ROT13 link in ceasars cipher challenge 2016-01-21 22:15:37 +05:30
SaintPeter
0c40a0599e Normalize Challenges for COM1000 2016-01-20 15:45:32 -08:00
Quincy Larson
4c1e4cbbf4 further improvements of challenge ssed for better looking views 2016-01-15 04:49:46 -08:00
Quincy Larson
0871a0dcf5 add chatroom names 2016-01-15 04:46:20 -08:00