Mrugesh Mohapatra
8aff70e1c0
Merge pull request #11542 from alkuhar/update/fibonacci-wording
...
update fibonacci numbers wording
2016-11-08 17:26:51 +05:30
MANISH-GIRI
55b9569c50
Add note about order of array elements in Diff Two Arrays
2016-11-07 15:01:17 -05:00
alkuhar
473823c7cf
update fibonacci numbers wording
2016-11-05 21:05:37 -07:00
Chris Warrick
057801aca6
Mention returning undefined in "Finders Keepers"
2016-10-31 16:12:51 +00:00
Manish Giri
faadaae543
Added a test for roman numerical converter
2016-10-26 23:05:23 +01:00
saulthebear
eba335b222
Changed suggested link
...
Changed suggested link in the Pig Latin challenge from
String.prototype.substr() to String.prototype.substring() since
substr() is deprecated and shouldn’t be used in new projects.
2016-10-12 16:08:30 +02:00
Karuppiah
45091e55cb
Added an extra test to Smallest Common Multiple challenge to test if the camper has used arr.sort() without comparison function
...
to sort the numbers, which is wrong.
2016-10-05 10:50:13 +05:30
Milo Hartsoe
5b420e9d3f
Change letters to things
...
This changes a to apple, b to bat, and c to cookie. That way it is easier to understand.
2016-09-11 22:21:19 -04:00
MiloATH
e3898acb12
Add another test case to WhereArtThou
2016-09-10 00:47:28 -04:00
Eric Leung
2e6d5a1d2f
Clarify Everything Be True on truthy and falsy
2016-09-05 04:00:59 -07:00
Patrick Ayres
9968b7b5ae
Reword Sentence in Smallest Common Multiple
2016-08-13 14:58:05 -04:00
Jonib3k
9a7221b958
fixed wiki link
2016-08-13 12:46:10 +05:00
Eric Leung
4f1f81caab
Translate ES Pig Latin note on lowercase input str
2016-08-08 17:26:43 -07:00
Mrugesh Mohapatra
d9f82da8fa
Merge pull request #10043 from sautille/fix/wherefore-test
...
Update test on 'Wherefore art thou' challenge
2016-08-04 21:56:04 +05:30
sautille
544912dc89
Fix test on 'Wherefore art thou' challenge
...
This tests for the possibility that not all source keys have been
properly checked against every object contained in the collection.
2016-08-01 23:50:40 -04:00
theflametrooper
a45b0a5685
Replaced wiki links with new forum links
2016-08-01 10:20:08 +01:00
Berkeley Martinez
ee4f1dbb73
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
Berkeley Martinez
ccc5c3ec24
Feature(challenges): Add hint system to challenges
2016-07-28 23:40:01 -07:00
Rémi Fortier
7537119878
added translation to pig latin challenge
2016-07-20 14:12:17 +00:00
Mrugesh Mohapatra
ef49327d25
Merge pull request #9575 from BKinahan/fix/smallest-common-tests
...
Add test for Smallest Common Multiple
2016-07-11 16:39:08 +05:30
Stuart Taylor
c6e9173f6e
Merge pull request #9602 from BKinahan/fix/pig-latin-case
...
Clarify Pig Latin input strings are all lowercase
2016-07-10 00:34:30 +01:00
Gabriel
f61f3cc63e
change the description from: 'A prime number is defined as having only two divisors, 1 and itself. For example, 2 is a prime number because it's only divisible by 1 and 2. 1 isn't a prime number, because it's only divisible by itself.' to 'A prime number is defined as a number greater than one and having only two divisors, one and itself. For example, 2 is a prime number because it's only divisible by one and two.'
2016-07-08 12:22:02 +02:00
BKinahan
e8a21ef5ac
Clarify Pig Latin input strings are all lowercase
2016-07-07 15:32:10 +00:00
BKinahan
70ce060bda
Add test for Smallest Common Multiple
2016-07-05 19:26:17 +00:00
BKinahan
d660436ad0
Clarify Sum All Odd Fibonacci Numbers instructions
2016-07-05 19:03:21 +00:00
Manish-Giri
a599f5d102
Fixed naming in Where Art Thou
2016-06-21 20:45:34 -04:00
Jonathan
83868f9f59
Merge pull request #8922 from tianz/fix/mdn-links
...
Fix MDN links
2016-06-13 19:28:52 +01:00
Tian Zhou
37c4ef31bf
Fix MDN links
2016-06-02 20:36:21 -07:00
Stuart
07754913d8
Fix/Spinal Tap Case Missing Parenthesis
2016-06-02 11:53:48 +01:00
Kevin Dessely
40019ace6f
Fix Read-Search-Ask broken links
2016-05-22 14:56:55 +08:00
Arun
71b2d2e2a0
Change number of arguments in sorted-union challenge's function to 1
2016-05-11 00:02:40 +05:30
Williams Olivera
daf25726ee
added String.replace() to MDN links
2016-05-08 11:23:58 -03:00
Mrugesh Mohapatra
9aa45a3d56
Merge pull request #8424 from ltegman/fix/algorithm-block-ordering
...
Fix algorithm challenge block ordering
2016-05-04 17:57:22 +05:30
Mrugesh Mohapatra
24de2e6d4e
Fix MDN link in Missing Letters
2016-05-03 13:56:27 +00:00
Logan Tegman
da96e7dafd
Fix algorithm challenge block ordering
2016-05-03 06:28:49 -07:00
Eric Leung
3257724b50
Add comment delimiters to Where Art Thou
2016-04-05 09:05:25 -07:00
Eric Leung
34d362b3e8
Merge pull request #7688 from drk7891/fix/make-functions-unique
...
Fixed function names to make them unique
2016-04-04 16:10:05 -07:00
drk7891
380dd756b2
Fixed function names to make them unique
2016-04-04 16:10:38 -04:00
Mrugesh Mohapatra
66bde410e3
Merge pull request #7780 from geoff616/fix/spinal-tap-tests
...
add test case to spinal-tap-case
2016-03-30 19:05:03 +05:30
Vladimir Támara Patiño
4493bab421
Merge pull request #7689 from NaitoKenzo/translation/fr-intermediate-bonfires
...
Challenges of Intermediate Algorithm Scripting translated into French
2016-03-29 09:44:15 -05:00
Geoffrey Wright
e112601def
add test case to spinal-tap-case
2016-03-28 19:15:50 -04:00
Mrugesh Mohapatra
910850c1e9
Merge pull request #7714 from erictleung/fix/clarify-drop-it-challenge
...
Clarify Drop It instructions on using 2nd argument
2016-03-27 13:08:43 +05:30
BKinahan
eb8b7298d5
Fix 'its' typo in Where Art Thou description
2016-03-24 21:16:54 +00:00
Eric Leung
e146a4bce5
Clarify Drop It instructions on using 2nd argument
2016-03-23 20:48:37 -05:00
Kenzo Naito
6d698fd74d
added french translations for intermediate bonfires
2016-03-21 22:08:14 +01:00
Rex Schrader
6e7d5db741
Change nameXX properties to title XX properties
2016-03-11 21:00:06 -08:00
Vladimir Támara Patiño
24b1d2d49e
Verify and update translation to spanish of intermediate-bonfires.json
...
Closes #6502
Thanks for corrections to @justinian336
2016-02-24 13:26:10 -05:00
Quincy Larson
c8016d2349
Resequence front end projects and add Tribute Page project
2016-02-11 20:46:00 -08:00
Eric Leung
fe7e7c27be
Clarify diff two arrays instructions
...
- Clarify you want items that are in one but not both arrays
- Add "symmetric difference" terminology for those familiar with it
2016-02-08 21:22:37 -08:00
Mrugesh Mohapatra
a9be8f9990
Add additional test cases to Roman Numeral
...
This commit adds additional test case to the Roman Numeral challenge.
It was possible to pass the tests with incorrect code, as seen in the
issue discussion.
Tested locally.
closes #6616
2016-01-31 11:53:52 +05:30