260 Commits

Author SHA1 Message Date
Dylan
e118789c9e Merge pull request #13984 from Manish-Giri/fix/use-higher-numbers-as-array-elements
Update challenge to use higher numbers as array elements
2017-03-21 20:23:45 -05:00
Peter Weinberg
3cf4782345 fix(challenge): modify regex in increment a number challenge 2017-03-20 19:29:58 -04:00
MANISH-GIRI
faaa8fc1bc Update challenge to use higher numbers as array elements 2017-03-17 20:27:15 -04:00
Makk
e9a427415e fix test title of re challenge 2017-03-17 14:14:06 +05:30
SebastianPetak
ba24a17f04 Refactor test message for Title Case Challenge
Rewrite test messages to use <code> tags when describing the return value
to make their expected output more understandable.
2017-03-15 14:49:58 -05:00
MANISH-GIRI
1ce029e9c6 Add tests in reuse capture group 2017-03-11 22:37:55 -05:00
Dylan
ee568c438f Merge pull request #13834 from fonsecapontes/fix/spread-operator-test
fix test pass spread-operator
2017-03-11 20:33:27 -06:00
Timo
b2fa76f1c4 Merge pull request #13612 from erictleung/fix/clarify-concat-strings
Clarify concatenating strings with +=
2017-03-12 01:22:59 +01:00
Simon Morgan
41df99060e Correct capitalisation of Wikipedia 2017-03-11 11:30:10 +00:00
fonsecapontes
55d9dacaec fix test pass spread-operator 2017-03-09 23:33:08 -03:00
MANISH-GIRI
64bc7cb6ee Convert lookup table to object 2017-03-09 09:07:47 -05:00
Eric Leung
100f02d4cc Merge pull request #13599 from Manish-Giri/fix/change-tests-where-do-I-belong
Add type checking in Where Do I Belong
2017-03-09 00:52:31 -08:00
Eric Leung
3a16595e52 Clarify concatenating strings with +=
- Be more specific in what needs to be done using the plus equals
- Remove unnecessary line break before strings to be concatenated
2017-03-09 00:23:50 -08:00
Quinn-H
de660c8b76 add missing the letter i 2017-03-04 04:19:44 +13:00
Bhavesh S. Gupta
9091010c0c Put all lists in a single string 2017-02-28 14:56:26 +01:00
Samuel Plumppu
8965f5ff2e Merge pull request #13584 from Manish-Giri/fix/improve-accessing-nested-objects-challenge
Change challengeSeed in accessing nested objects
2017-02-27 18:31:35 +01:00
dhcodes
baf1d0cff8 Fix challenge title formatting misc 2017-02-27 08:47:23 -06:00
Samuel Plumppu
f8da35f794 Merge pull request #13559 from IanTeo/fix/es6-formatting
Reformatted instructions for the class ES6 challenges
2017-02-27 14:45:17 +01:00
Ian Teo
2902c10232 Reformat class Syntax and getters and setters instructions 2017-02-27 09:00:28 +08:00
MANISH-GIRI
c729ffaf28 Add type checking in Where Do I Belong 2017-02-25 20:01:22 -05:00
MANISH-GIRI
48a159ab8e Change challengeSeed in accessing nested objects 2017-02-25 15:15:02 -05:00
Dylan
ba1093c42f Merge pull request #13574 from Greenheart/fix/tests-for-js-global-scope-functions
fix(challenge): Fix tests for "Basic JS: Global scope and functions"
2017-02-25 11:18:13 -06:00
Samuel Plumppu
dac17e3f0f Merge pull request #13583 from Manish-Giri/fix/change-string-to-number
Change string to number in add items to array
2017-02-25 11:05:42 +01:00
Samuel Plumppu
3ebbeae93e Merge pull request #13572 from IanTeo/fix/relax-quoting-string-challenge
Relax strictness of Quoting Strings with Single Quotes
2017-02-25 10:50:00 +01:00
MANISH-GIRI
202eb3f0e5 Change string to number in add items to array 2017-02-25 01:11:57 -05:00
Ian Teo
f6f88005cb Relax strictness of Quoting Strings with Single Quotes 2017-02-25 13:31:07 +08:00
Samuel Plumppu
164bc2a0a9 Merge pull request #13563 from AngShiYa/fix/es6-formatting
Reformat ES6 challenges instructions
2017-02-25 00:16:42 +01:00
Samuel Plumppu
06abf92469 fix(challenge): Fix tests for "Basic JS: Global scope and functions"
Since the last test case was triggering on a line from the challenge
head, it was necessary to slightly modify the test cases.

They now let the expected code pass.
2017-02-24 23:45:22 +01:00
Samuel Plumppu
f80ec42c47 Merge pull request #13573 from AngShiYa/fix/remove-description-in-challenge-seed
Remove description in challenge seed
2017-02-24 22:34:12 +01:00
Ang Shi Ya
ecf2da61ae Remove description in challenge seed 2017-02-25 01:59:38 +08:00
Ang Shi Ya
edf6f7ea2f Reformat ES6 challenges instructions 2017-02-24 13:02:17 +08:00
gogolab
2373a771b0 Update description of beta challenge 2017-02-23 22:20:52 +01:00
JamayK
81fcc79800 Added new test for "Return Largest Numbers in Arrays", with negative only numbers. 2017-02-23 15:03:30 +02:00
Joseph Livengood
ad2899ccd6 Merge pull request #13501 from donofriov/fix/typo-in-challenge-code-calculate-circumference
Fixed typo in Challenge Code - calculateCircumference
2017-02-21 16:29:27 -05:00
Samuel Plumppu
cf09a21553 Merge pull request #13445 from Manish-Giri/fix/array-destructuring-tests
Fix formatting and add tests for array destructuring
2017-02-21 21:10:30 +01:00
Vincent D'Onofrio
de5d03ac6b Fixed typo in Challenge Code - calculateCircumference closes #13464 2017-02-21 15:07:16 -05:00
Pu Xiao
f408d11c42 add test case for "Where Do I belong" 2017-02-22 00:07:16 +08:00
MANISH-GIRI
6e62e06db5 Fix formatting and add tests for array destructuring 2017-02-21 10:56:08 -05:00
Eric Leung
e5a6d8bd9d Merge pull request #13487 from Manish-Giri/fix/improve-oboe-errors-challenge
Improve oboe-errors challenge
2017-02-20 23:05:16 -08:00
MANISH-GIRI
f2af5371a3 Improve oboe-errors challenge 2017-02-20 21:35:28 -05:00
quentin
dd77bbc46d indexOf() instead of includes() 2017-02-20 15:42:50 -05:00
Samuel Plumppu
15d1f6e647 Merge pull request #13414 from robbawebba/fix/reformat-es6-challenges
Reformat ES6 Challenge Descriptions
2017-02-20 21:15:16 +01:00
robertweber95
c27c5eb6df Reformat challenge descriptions and titles 2017-02-20 15:08:34 -05:00
Joseph Livengood
2c5e7defef fix(challenge): Typo in "OOP: Use an IIFE to Create a Module" 2017-02-20 13:43:43 -05:00
Samuel Plumppu
d442285545 fix(challenge): Format constructor property in "OOP: Set Constructor" 2017-02-20 18:41:54 +01:00
Samuel Plumppu
15b1b0b7cc fix(challenge): Typo in "OOP: Use an IIFE to Create a Module" 2017-02-20 18:28:41 +01:00
Samuel Plumppu
29c00c8e73 fix(challenge): Typo in "OOP: Reset Inherited Constructor Property" 2017-02-20 17:59:07 +01:00
Samuel Plumppu
fad9cae639 fix(challenge): Use correct indices in test messages. (#13461) 2017-02-20 19:04:04 +05:30
Samuel Plumppu
be33bae43e Merge pull request #13418 from cdrainxv/fix/remove-overflow-x-scroll
moved comment to new line to remove overflow-x scrollbar
2017-02-19 10:13:13 +01:00
cdrainxv
3085c22969 moved comment to new line to remove overflow-x scrollbar 2017-02-18 20:52:01 -07:00