67 Commits

Author SHA1 Message Date
mpontus
30866d5afe fix(seed): Update description for basic-javascript/word-blanks (#16206)
Pulling changes from commit 54c11a0de9436935cb26f74324354d76d5f20939
2017-12-19 15:46:30 -06:00
Sunny
7879f3183a feat(challenges): Adds do...while challenge to basic JS challenges (#16068)
* feat(challenges): Adds do...while challenge to basic JS challenges

Closes #14948

* fix: Update id for challenge in correct format
2017-12-15 10:14:22 -06:00
rcohane
d23e3978ed fix(challenges): Fix 'only subtract one number' test (#16173)
Closes #13103
2017-12-12 02:07:40 +05:30
Colin Thornton
d0ca7ff2cf chore(seed/challenges): Change misleading variable name in example
Changed variable named "thisVariableNameIsTooLong" to
"thisVaribaleNameIsSoLong"

Closes #16165
2017-12-09 21:04:01 +05:30
manish-giri
7977430316 fix(challenges): Improve description in existing object challenges 2017-11-01 10:28:47 +05:30
mrugesh mohapatra
a4526f906e Merge pull request #15751 from DusanSacha/feature/add-basis-js-challenge-return-undefined
feat(seed): Add new Basis JS Challenge Return Undefined
2017-10-20 19:58:31 +05:30
Manish Giri
76d73479ba fix(challenges): Improve Word Blanks on staging (#15901) 2017-09-21 13:11:31 -05:00
Dylan
08f01a6f32 Merge pull request #15794 from Bouzmine/fix/dot-notation
Change "dot operator" to "dot notation"
2017-09-15 21:19:25 -05:00
Francis Clavette
d8bcb0f731 refactor(challenges): Change dot operator to notation 2017-09-15 19:54:49 -04:00
Shubham Sharma
fbce073fb2 fix(challenges): Improve wording of description (#15873)
changed the description of the challenge to make campers understand the
task better

Closes #14306
2017-09-11 17:55:58 -05:00
DusanSacha
e863759e29 feat(seed): Add new Basis JS Challenge Return Undefined
Add new Bassis JS Challenge Return Undefined with all Change Requests
2017-09-04 14:15:38 +02:00
Berkeley Martinez
286f362c25 Merge pull request #15373 from dhcodes/fix/tests-inc-dec
change tests to reflect desired solution
2017-09-01 18:15:32 -07:00
Timo
890a262d00 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Manish Giri
f44c2d6ffd feat(challenges): Add Strict Equality examples challenge (#15784) 2017-08-22 22:56:49 -05:00
dhcodes
3479d835cc fix(challenges): Change switch code format for consistency
Closes #14947
2017-08-07 23:02:44 -05:00
Milo Hartsoe
450267e22d fix(seed, challenges, 02-javascript-algorithms-and-data-structures, basic-javascript.json, Golf Code): Adds an array of the names to the Golf Code challe (#15678)
This adds an array of names for the Golf Code challenge and adds a
sentence about the array to the description of the challenge.

Closes #15618
2017-08-05 13:33:16 -05:00
MANISH-GIRI
e9f141ed44 Add check for function invocation 2017-07-22 16:18:30 -04:00
Jonathan Meier
14bcb00323 refactor(seed): Add break; to default statement on switch challeng (#15673)
Closes #15131
2017-07-22 01:30:22 -05:00
Shubham Sharma
5baec5e56a fix(challenges): Change "loop" to "function" (#15649) 2017-07-15 22:42:00 +05:30
Nathan Morgenstern
cb13d91009 Changing "CS" -> "CD"
In basic javascript section "manipulating complex objects"
2017-06-17 16:36:48 -04:00
dhcodes
e99a6357c0 change tests to reflect desired solution 2017-06-14 21:28:57 -05:00
MANISH-GIRI
6e4ab3c5dd Add test to prevent assignment to variable directly 2017-06-12 20:32:37 -04:00
Jonathan
fbc5a7da27 updated placement for result variable to be more intuitive for newcomes (#15142) 2017-06-01 13:11:28 +05:30
Eric Leung
fec8dcb7ed Add introduction text to basic JavaScript (#15119) 2017-05-30 22:05:22 +05:30
Jools
37ace2fb1f minor change to "while loop" description (#14790) 2017-05-14 23:22:52 +05:30
TheBest101
00a7c6ffc8 changing wording 2017-05-06 07:45:22 -04:00
Dylan
4202e9f5f9 Merge pull request #14579 from JoolsMcFly/fix/add-regexp-to-better-validate-user-code
use a regexp to make sure user only changes the first line
2017-05-04 07:39:50 -05:00
Amartya Chaudhuri
cb38fe6465 Added semicolon after object initialization (#14684)
Not mandatory but adding for the sake of consistency of tutorials.
2017-05-03 22:22:34 +05:30
jools
bd944478bd use a regexp to make sure user only changes the first line 2017-05-02 05:08:03 +02:00
Daniel Engle
f25337ae81 Changed 'Define' to 'Declare' in code comment (#14626) 2017-04-28 12:19:50 +05:30
Eric Leung
68a5cbcd1c Merge pull request #14115 from JoolsMcFly/fix/wrong-use-of-it-s
replace it's with its in descriptions
2017-04-19 09:09:12 -07:00
Ellyria
6e9ba34b7c Added the missing "to" to fix issue #14403. 2017-04-14 17:59:07 -04:00
Julien Dephix
ce93077cd6 replace "it's" by "its" (and vice versa) in descriptions and replace 'to lookup' by 'to look up' 2017-04-06 06:31:08 +02:00
Michelle Brien
968e5d98b7 fixed typo in storing values exercise 2017-03-28 20:51:17 +01:00
Zixu Zhao
f4bc954433 Enhancement: add pipe symbol explanation (#14035) 2017-03-22 00:04:51 -05:00
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
Timo
b2fa76f1c4 Merge pull request #13612 from erictleung/fix/clarify-concat-strings
Clarify concatenating strings with +=
2017-03-12 01:22:59 +01:00
MANISH-GIRI
64bc7cb6ee Convert lookup table to object 2017-03-09 09:07:47 -05: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
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
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
Ian Teo
f6f88005cb Relax strictness of Quoting Strings with Single Quotes 2017-02-25 13:31:07 +08: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
systimotic
4da3c6cd00 Clarify instructions in the string immutability challenge 2017-02-18 23:49:57 +01:00
Quincy Larson
2709eb6b3a add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
Quincy Larson
5c4d17355a move the convert celsius challenge over to the algorithm challenges 2017-02-12 13:20:47 -06:00