David Flick
|
47c0a826f6
|
fix(seed) Typo in Use export to Reuse a Code Block (#14857)
|
2017-05-14 22:49:40 +05:30 |
|
Jia Kim
|
09604b58a7
|
Fixed instructions for ES6: Set Default Parameters
|
2017-05-11 20:49:45 -04:00 |
|
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 |
|
Nathália Oliveira
|
a83238ae31
|
Brazilian Portuguese translation of Basic Algorithm Scripting (#14590)
|
2017-04-27 12:53:04 +05:30 |
|
Jools
|
624da2c6ab
|
change "element's average" to "elements' average" (#14521)
|
2017-04-24 22:18:28 +05:30 |
|
Siddhant Chadha
|
bf558c4a4f
|
fix typo in Mutate an Array Declared with const
|
2017-04-22 19:57:18 +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 |
|
Dylan
|
66acd3b65c
|
Merge pull request #14440 from Ellyria/fix/typo-in-less-than-or-equal
Added the missing "to" to fix issue.
|
2017-04-17 10:37:27 -05:00 |
|
techstonia
|
2ed17bde15
|
Add tests for mutate const array
|
2017-04-16 12:51:24 +03:00 |
|
Ellyria
|
6e9ba34b7c
|
Added the missing "to" to fix issue #14403.
|
2017-04-14 17:59:07 -04:00 |
|
Dylan
|
621d3b2d78
|
Merge pull request #14341 from rtopol2/fix/reg-ex-description
Update 'Match Literal Strings' description
|
2017-04-13 15:48:25 -05:00 |
|
Manish Giri
|
bd49123aa0
|
Update challengeSeed in arguments wrong order (#14276)
|
2017-04-13 09:38:15 -04:00 |
|
Ross Topol
|
f3af6e9b5d
|
Update 'Match Literal Strings' description
|
2017-04-10 16:27:16 -05: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 |
|
Dylan
|
1a5965c89b
|
Merge pull request #14120 from Manish-Giri/fix/fix-tests-make-a-person
Add empty method body for make a person(staging)
|
2017-04-04 19:43:16 -05:00 |
|
Craig Perkins
|
1f2ba1cd34
|
Add units to map the debris challenge
|
2017-04-04 10:29:01 -04:00 |
|
Michelle Brien
|
968e5d98b7
|
fixed typo in storing values exercise
|
2017-03-28 20:51:17 +01:00 |
|
MANISH-GIRI
|
521a967fe0
|
Add empty method body for make a person(staging)
|
2017-03-27 18:02:45 -04:00 |
|
Manish Giri
|
1a0f315c39
|
Update challengeSeed in use spread operator challenge (#13979)
|
2017-03-22 01:00:05 -05:00 |
|
Rob Weber
|
f851d7b56e
|
Refactor ES6 challenge descriptions (#13629)
|
2017-03-22 00:59:20 -05:00 |
|
David Martinez Gisbert
|
38a96aa899
|
Clarify challenge title (#13719)
|
2017-03-22 00:58:13 -05:00 |
|
Jools
|
b6d7cc1d86
|
add test case to Basic Algorithm Scripting: Confirm the Ending (#14000)
Current checks do not cover use cases where target string is found elsewhere in the original string.
closes #13944
|
2017-03-22 00:46:15 -05: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 |
|
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 |
|