Arun
ae3f031fd1
Fix broken challenge links by renaming challenges
2016-06-27 23:11:02 +05:30
Jonathan
8704b3a76e
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
0ab01fc7d1
Fix/rewrite-instructions ( #8944 )
...
Clarify Where Do I Belong to return positive val
2016-06-22 13:09:18 +00:00
Eric Leung
fba1427810
Add Spanish translation to Palindrome update
2016-06-21 23:19:48 -07:00
Eric Leung
a99261b42e
Add test to check .endsWith() in Confirm Ending
2016-06-21 23:11:29 -07:00
Akinseye Olawale
ad01518204
Update basic-bonfires.json
...
Removed unnecessary repetition
2016-06-21 15:24:32 +01:00
luongthomas
ac676f1e19
Added Palindrome test for _eye returning true.
2016-06-16 09:03:53 -07:00
Eric Leung
3d43a1f533
Merge pull request #9077 from alayek/fix/palindrome-language
...
Update Palindrome instructions
2016-06-13 22:34:28 -07:00
Jonathan
83868f9f59
Merge pull request #8922 from tianz/fix/mdn-links
...
Fix MDN links
2016-06-13 19:28:52 +01:00
alayek
db855143d5
Update Palindrome instructions
2016-06-10 23:05:43 +05:30
daniel-chung
e03e013b52
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
37c4ef31bf
Fix MDN links
2016-06-02 20:36:21 -07:00
Salt7900
66f2019dbe
Change wording about a number not being positve
2016-05-30 22:53:07 -05:00
Zac Clemans
c6ddf1ce71
add test assertion for underscores in palindrome bonfire
2016-05-25 15:46:08 -04:00
Kevin Dessely
40019ace6f
Fix Read-Search-Ask broken links
2016-05-22 14:56:55 +08:00
rshafto
68788a3786
Update basic-bonfires.json
2016-04-27 21:53:20 -04:00
Eric Leung
136c365bf4
Update MDN charCodeAt link to be more accurate
2016-04-17 11:04:23 -07:00
Eric Leung
2498f1fa88
Make Where Do I Belong function name unique
2016-03-21 10:26:24 -07:00
Rex Schrader
c5640457c1
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
acc31b2bd4
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
1b67e4718f
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
f8b8a29b9b
Make Chunky Monkey function name unique
2016-03-18 09:40:57 -07:00
Eric Leung
41cd3dae5f
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
fcf866906b
fix image protocol
2016-03-16 20:32:12 -06:00
Eric Leung
6d055723a8
Make Repeat a String function name unique
2016-03-16 14:17:27 -07:00
Eric Leung
e9683bb318
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
6e7d5db741
Change nameXX properties to title XX properties
2016-03-11 21:00:06 -08:00
JoshFisk
f6b4e6d3da
Add test to "Falsy Bouncer".
2016-03-02 21:16:56 -08:00
Eric Leung
f117f07a71
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
c626e81d00
make the "get set for" challenges optional
2016-02-11 20:46:00 -08:00
Vladimir Támara Patiño
7b1cb3202c
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
1646e4aa01
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
6ae937951c
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
322c26ea9c
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
e440ded7ac
Add translation for new challenge
2016-02-05 07:24:30 +00:00
Eric Leung
241c5c2396
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
f3cefa71aa
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
d9b3aada17
fix the ROT13 link in ceasars cipher challenge
2016-01-21 22:15:37 +05:30
SaintPeter
f9c2da7d6a
Normalize Challenges for COM1000
2016-01-20 15:45:32 -08:00
Quincy Larson
a6c4ed77a5
further improvements of challenge ssed for better looking views
2016-01-15 04:49:46 -08:00
Quincy Larson
49a57e7965
add chatroom names
2016-01-15 04:46:20 -08:00
Quincy Larson
3536b19dce
add required state to required challenges, move advanced algorithms
2016-01-12 00:02:33 -06:00
Dieter Daems
484da097b2
Add tips to Caesar Cipher Bonfire
...
- Also cleaned up the function code, less bloat.
2016-01-03 05:26:01 +01:00
SaintPeter
245acda603
Move Caesers Cipher to Bonfires
2016-01-01 19:19:56 -08:00
Berkeley Martinez
e81ac70ae0
Merge pull request #5551 from FreeCodeCamp/feature/new-basejumps
...
Add new ziplines and basejumps
2015-12-30 08:58:57 -08:00
Logan Tegman
f8b22acf70
Merge pull request #5412 from xynz/tests/BonfireChunkeyMonkey
...
Added extra test cases for Bonfire: Chunkey Monkey
2015-12-29 20:31:52 -08:00
Quincy Larson
9d1cb86dff
start adding new challenges and resequence existing ziplines
2015-12-28 00:39:17 -06:00
Charlie Mantle
3f52753d9e
Added extra test cases for Bonfire: Chunkey Monkey
...
Added missing comma's for test cases
2015-12-26 17:37:24 -08:00
Mrugesh Mohapatra
a383950a4c
Fixes #5456 : Typo in test for Bonfire : Where do I belong
2015-12-27 03:17:15 +05:30
Mrugesh Mohapatra
508f20d818
Fixes #5393 : Title Case a Sentence - Add/Remove helpful links
2015-12-21 01:33:04 +05:30