Commit Graph

511 Commits

Author SHA1 Message Date
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
Mrugesh Mohapatra
f9fb9f21b0 fix(challenges): typos and verbiage in previous fixes 2016-08-13 22:47:44 +05:30
Mrugesh Mohapatra
e532120a83 Merge pull request #10172 from mtroiani/fix/word-blanks-challenge-desc
Update Instructions for Word Blanks Challenge
2016-08-13 22:28:03 +05:30
Mrugesh Mohapatra
8ba93819d0 Merge pull request #9529 from erictleung/fix/update-regex-check-for-var-init
Relax test regex checking other var initialization
2016-08-13 20:23:47 +05:30
mtroiani
5884d00fda Update word blanks description 2016-08-11 21:41:36 +00:00
Grzegorz Czarnocki
b8e65b2f65 Fix a description of an 'if' statement logic 2016-08-11 17:32:26 +02:00
Eric Leung
f8425780ec Relax test regex checking other var initialization 2016-08-10 22:26:00 -07:00
Mrugesh Mohapatra
553b2e6ee0 Merge pull request #10010 from atjonathan/fix/wiki-to-forum
Replaced wiki links with new forum links
2016-08-02 16:22:08 +05:30
Sachin Mour
fb26a66915 Fixed instructions for challenge: Profile Lookup (#10031) 2016-08-02 11:11:57 +01:00
theflametrooper
a45b0a5685 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01:00
Nicolás Quiroz
0e283717a7 Clarify "Accessing Objects Properties with Bracket Notation" description
Related to when you need to use the bracket notation
2016-07-31 11:39:41 -03: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
Anthony Grullon
4741ac6b51 Changed the Note in manipulating-complex-objects challenge to make it less ambiguous 2016-07-27 10:52:22 -04:00
Mrugesh Mohapatra
a0e3f01a0c Merge pull request #9815 from mizujin/translate/fr-javascript
French Translation JavaScript Basics n°1 and n°2
2016-07-26 17:14:21 +05:30
dhcodes
36f1c9aeb6 improve tests on Basic JS array challenges 2016-07-25 09:57:35 -05:00
Rémi Fortier
a75590be7b Fixed translation 2016-07-20 18:40:50 +00:00
aashil
eef46ecf3f Added the missing semi-colon for valid JS in the basic-javascript.json file 2016-07-17 20:28:18 -04:00