Commit Graph

527 Commits

Author SHA1 Message Date
Peter Weinberg
5d803f0e5a changed 'backward' to 'backwards' 2017-01-13 21:14:43 -05:00
Darren Joy
60c8d53bd9 Update instructions for Stand in Line Challenge 2016-12-16 04:09:36 -05:00
Mridul Nagpal
5ecfdd65f7 Clarify instructions for "Understand String Immutability" (#11737)
This commit clarifies instructions for "Understand String Immutability".
2016-11-30 04:09:48 +05:30
Dylan
1f105f3861 Merge pull request #11842 from Manish-Giri/fix/strict-inequality-operator
Fix: Add MDN Strict Inequality Link
2016-11-28 14:53:16 -06:00
Dylan
17b1e5f7ad Merge pull request #11835 from rashmimalpande/fix/CountingCards-instructions
Change instructions in Counting Cards Challenge
2016-11-28 07:29:49 -06:00
Rashmi Malpande
f2505fbf8d Add a line about input in the Counting Cards Challenge instructions
Update basic-javascript.json
2016-11-28 11:35:41 +05:30
MANISH-GIRI
96cc7ccd2a Fix: Add MDN Strict Inequality Link 2016-11-27 19:30:07 -05:00
Simon Morgan
17b2a20a01 Remove extraneous attribute spaces 2016-11-27 14:50:54 +00:00
Taranveer Bains
a2bd789344 Add test to profile lookup challenge 2016-11-26 20:23:09 +00:00
Mrugesh Mohapatra
50b4f96488 Merge pull request #11761 from drguildo/fix/remainder-grammar
Improve grammar in "Finding a Remainder in JavaScript"
2016-11-22 18:37:13 +05:30
Simon Morgan
efd87759b9 Improve grammar in "Finding a Remainder in JavaScript" 2016-11-22 12:22:51 +00:00
Faheel Ahmad
a9ec7bed79 Modified seed for the Local Scope and Functions challenge 2016-11-22 13:23:58 +05:30
Marc Fogleman
395b62e4c6 Modified phrasing in Comparison with the Greater Than Or Equal To Operator 2016-11-18 07:11:15 +00:00
robertweber95
91f27093fd Modify return value of comparison challenge 2016-11-15 17:07:32 -05:00
Ethan Richardson
5e7fcf16a0 Typo and semicolon consistency error. 2016-11-01 14:15:46 -05:00
Pranay Kumar
dbdad25e60 Added test: solution uses push for an array 2016-10-27 23:25:40 +01:00
Chaim Lando
3a48daaa21 added a test checking for a number output to stand-in-line 2016-10-24 10:48:37 +01:00
recurza
a7b3b80c49 Switched order of JS for loop and while loop courses 2016-10-19 12:46:42 +08:00
Dylan
e05e773be4 Merge pull request #11206 from elisecode247/fix/challenge-escape-sequences-in-strings
Corrects Escape Sequences in Strings
2016-10-17 13:47:36 -05:00
Logan Tegman
e361b24755 Merge pull request #10854 from Bouncey/Fix/UnmodifiedReturnStatement
Added test for unmodified return statement
2016-10-16 14:00:33 -07:00
Logan Tegman
3779633457 Merge pull request #10353 from dhcodes/fix/contradictory-goals-quoting-strings-challenge
combine backslash tests for quoting strings challenge
2016-10-16 13:45:24 -07:00
MANISH-GIRI
0844d09446 Improve wording in compound assignment with augmented addition challenge 2016-10-15 15:26:19 -04:00
Jonathan
47f1b74436 Merge pull request #11211 from mattlayton1986/fix/challenge-typo
Fix minor typo in instructional text
2016-10-15 00:14:53 +01:00
Ricardo Alejandre
2c683c14b4 Fix/ExtraTestCaseForSwitchChallenge
Added extra test case
2016-10-14 22:27:49 +01:00
Matt Layton
8379adcb9e Fix minor typoin instructional text 2016-10-14 16:23:00 -05:00
Elise
ac1e3d249b Corrects Escape Sequences in String
The return carriage didn't give a new line, so the string is re-written. The Spanish translation is also updated. From issue 'new line character is required before third line'  #10485.
2016-10-14 16:05:30 -04:00
Dylan
98704f50be improved tests on Record Collection 2016-10-13 15:04:47 +01:00
Stuart Taylor
9c814e3a3c Added test for unmodified return statement 2016-10-12 18:16:01 +01:00
Logan Tegman
fe30fb4a9a Merge pull request #11118 from petrgazarov/fix/generate-random-whole-numbers-with-javascript
Fix "generate random whole numbers with javascript" challenge
2016-10-10 22:40:58 -07:00
Jonathan
00b686c93b Merge pull request #11126 from hristijankiko/fix/challenge-description
Fixed challenge description
2016-10-09 16:03:34 +01:00
Hristijan Gjorgjievski
43d1280b48 Fixed challenge description
Fixed the challenge description
2016-10-09 14:37:32 +02:00
anu0012
4e1350ac0d Update description 2016-10-09 15:03:49 +05:30
Petr Gazarov
082378521e Fix "generate random whole numbers with javascript" challenge 2016-10-08 23:56:22 -04:00
Anthony Ng
24a147001e Update test for regex challenge
Add more lenient tests for the "Sift through Text with Regular Expressions" challenge.
2016-10-02 18:19:06 -04:00
daphneppl
f529067c04 Add more explanation for what escaping is (#10751)
* Update button text and Explain more what escaping is
Redirect back to settings page with flash message on success
2016-10-01 00:11:29 -04:00
Alexander Holman
b00831f245 bug: make links open in new window as per issue #10969 2016-09-29 10:37:05 +01:00
Karuppiah
0554a92e8f Added a note to tell campers that spaces between array name and square brackets is not allowed as it is confusing to read code. 2016-09-25 00:05:51 +05:30
Julie lappano
0461a50f05 Added clarification in instruction for Accessing Object Properties with Variables 2016-09-22 11:12:46 -04:00
ryan heupler
8fb284d5d1 fixes syntax typo 2016-09-16 19:25:54 -07:00
Berkeley Martinez
31e904f4ff Fix(challenge): Escaping Quote
Changes the number of matches from the regex to accomodate
the additions added through babel and head/tail.
Also changes tail to use console.log to print out info
2016-09-08 20:06:56 -07:00
dhcodes
b4cc451111 combine backslash tests for quoting strings challenge 2016-09-08 11:48:16 -05:00
Logan Tegman
7740c66559 Merge pull request #10438 from MiloATH/translate/WikiLinks
Changed links of several pages to the translated pages.
2016-09-06 18:30:56 -07:00
Eric Leung
debf7f0f70 Merge pull request #10210 from BKinahan/fix/array-access-tests
Adjust tests for accessing multidimensional arrays
2016-09-03 21:05:40 -07:00
MANISH-GIRI
6a37cd0568 Fix spacing in escaping literal quotes challenge 2016-09-02 17:42:00 -04:00
MiloATH
24d70e4e63 Changed links of several pages to the translated pages. 2016-09-02 01:38:49 -04:00
BKinahan
db1725ef31 Remove JSON.stringify() call in Escape Sequences tail 2016-08-17 17:13:07 +00:00
Jonathan
4041a1aa1a Merge pull request #10225 from oalhait/fix/CountingCardsClarification
Clarified Counting Cards challenge by removing unnecessary/confusing …
2016-08-17 00:38:52 +01:00
Omar
c8231d7577 Clarified Counting Cards challenge by removing unnecessary/confusing quotes 2016-08-15 18:47:50 -07:00
BKinahan
22855f1c93 Adjust tests for accessing multidimensional arrays 2016-08-14 22:50:24 +00:00
Dylan
7f2b0dafb4 Update regex test to allow spaces flanking key in nested objects challenge 2016-08-14 14:35:44 -05:00