857b3e9a88
fix(challenges): update RegEx for testcase in es6 challenge
2018-07-01 19:59:32 +09:00
9e9bc276aa
fix(challenges): add comments to getter/setter instructions codeblock
...
ISSUES CLOSED : #92
2018-07-01 19:50:47 +09:00
66d84631ca
fix(challenges): fixed RegEx for template literals javascript challenge
...
ISSUES CLOSED : #65
2018-06-30 19:31:01 +09:00
1d3e0764fb
fix(challenge): syntax error in sample code snippet
2018-06-30 06:55:40 +05:30
46fcf434cd
fix(challenges): change comment to make it clearer ( #72 )
2018-06-30 01:03:16 +05:30
4b1c5ebc7a
fix(challenges): change test for template literals challenge ( #37 )
...
The original test was too rigid, and many users were forced to use one solution, usually map, to
complete the challenge. The test is changed here to allow for multiple solutions to the problem,
including the use of either single or double quotes when naming a class.
BREAKING CHANGE:
None
2018-06-29 23:47:58 +05:30
cf9336a3b1
fix(challenges): Correct a regex in ES6 read-only challenge ( #41 )
...
The regex testing if the user has entered console.log(SENTENCE); was broken. It has been modified.
2018-06-24 14:41:31 +01:00
16ff132f44
fix: typo errors ( #23 )
...
* Typo errors
Unnecessary break
Grammatical error
* remove an unnecessary <br>
2018-06-21 18:48:04 +05:30
d31e0a3a24
fix: blockquote-formatting-in-challenges ( #17590 )
2018-06-19 17:53:24 +05:30
9e84a54d72
fix: rename incorrect variable name ( #17538 )
...
* fix: rename incorrect variable name
* Fix: Bad variable naming
2018-06-13 13:02:11 +05:30
8d57e1607f
fixed line breaks in 'Prevent Object Mutation' challenge ( #17547 )
...
* fix(seed):line breaks in 'Prevent Object Mutation' challenge #17541
* Update es6.json
2018-06-13 13:02:11 +05:30
0874eca77c
fix: added new test and fixed incorrect variable ( #17471 )
...
* Added new test and fixed incorrect variable
* Fix: Incorrect sentences and descriptions
* Update es6.json
2018-06-11 18:22:32 +05:30
4e645a5ff6
Package: Validate challenges on test ( #17216 )
...
This PR allows us to validate the schema during test.
It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
2018-05-22 18:13:14 +05:30
ee66d84ccb
feat(package): Initial Curriculum separation ( #17174 )
...
* feat(package): Initial Curriculum separation
* feat(package): Add org scope to package
* chore(ooops): Remove development file
* feat(npm): Add .npmignore
* fix(paths): Fix curriculum paths
* feat(build): Add a build step
* chore(seed): Move package file back to seed
* fix(ignore): Fix .npmIgnore file
* chore(docs): Update README
* chore(seed): Rename coding interview blocks
* fix(seed): Challenge files now fit into learn
* chore(seed): Update seed files for use in learn
* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30
a8efeb50d7
chore: fixed typos via client9/misspell ( #17081 )
2018-04-25 10:37:27 +05:30
52ca2b9ad6
feat(seed): reformat seed/challenges JSON via repack script
2018-04-03 19:53:44 +05:30
181949b2c7
fix(seed): Correct typos in es6.json ( #16972 )
2018-03-28 20:01:52 +05:30
0b9b67169c
fix(seed): Make element naming optional ( #16926 )
...
Closes #16905
Closes #15224
2018-03-23 14:12:28 -04:00
d987ce416d
fix(seed): Chall seed and test are modified to allow better t ( #16928 )
...
es6.json seed file changed
Closes #16356
2018-03-23 13:41:44 -04:00
0fa5296f87
fix(challange): Redundant note has been removed ( #16895 )
2018-03-14 17:14:14 +05:30
102a233e69
feat(seed): Added ES6's strict mode to a lesson and made verbiage clearer ( #16652 )
2018-02-08 18:16:18 +05:30
b36ba2cc99
fix(seed): Typo correction to es6.json in javascript challeng ( #16589 )
...
Closes #16584
2018-01-28 13:18:09 +05:30
6307c0f04b
fix(seed): Change variable name from array to args ( #16472 )
...
Changed variable name from array to args. It will validate the last validation. Particular variable name is required but it is not mentioned in description.
Closes #16351
2018-01-18 00:45:19 +05:30
5ba1da5e2c
fix(challenges): Clarified instructions on es6 let challenge ( #15983 )
2018-01-04 10:58:30 +00:00
ab08420ec2
fix(challenges): Fixed import export related challenges
...
Closes #16235
2017-12-29 18:38:22 -08:00
524918fc84
Refactor ES6 Challenges ( #16262 )
...
* fix(challenges): Add function scope of use strict
Refactored first 13 challenges with function scope `"use strict";`
syntax
Closes #16254
fix(challenges): Refactor ES6 challenges
Refactored ES6 challenges up to 22 to use function scope `"use strict";`
test(challenges): QA ES6 Challenges
Refactored es6 challenges getting tested and QA'd
fix(challenges): QA remaining ES6 challenges
* refactor(challenges): Quick edit for ES6 challenges
More changes to come. This commit solves issues addressed by Quincy
* refactor(challenges): ES6 Textual refactor
Textual refactor. Improved challenge test messages to be more
explanatory
2017-12-22 22:17:05 -06:00
ef9e2f498e
test(challenges): Test ES6 challenge ( #16201 )
...
* test(challenges): Test ES6 challenge
Added tests to 3rd ES6 challenge
* test(challenges): ES6 challenges
* test(challenges): ES6 chall c11-c15
* test(challenges): ES6 chall c16-c20
* test(challenges): ES6 chall c21-c27
* test(challenges): Refactor ES6 challenges
Update tests to use getUserInput. Remove test for arrow function use
Closes #16207
* test(challenges): Fix falsey case
Add proper getUserInput syntax for !code.match tests
Closes #16207
* test(challenges): QA ES6 Challenges
QA and edit for ES6 challenges 1 - 18
Closes #16207
2017-12-21 14:38:28 -06:00
3bf076bed8
fix test on es6 export default ( #15627 )
2017-09-04 10:16:50 +02:00
a9bbfec4d4
fix(seed): Fix typos
2017-09-01 19:15:29 -07:00
fd42d1eb5a
feat(challenge): Added Object.freeze challenge wrt #15746
2017-08-13 00:19:13 +05:30
5522c64172
fix: Clarify mutate array with const challenge ( #15745 )
...
Instructions for Mutate an Array Declared with const was unclear and
included unnecessary learning materials. This commit aims to clarify the
instructions for what the challenge requires, and also add in missing
challenge tests.
Closes #14832
2017-08-11 15:06:35 -05:00
190fa94c54
Merge pull request #15098 from charlesBak/fix/arrow-function-with-param
...
Add test to Arrow functions with input parameters
2017-07-16 21:21:27 -05:00
72deeb0ae5
Merge pull request #14958 from huyenltnguyen/fix/challenge-description-typo
...
fix challenge description typo
2017-05-29 19:04:04 -07:00
98d75156f4
Add tests to es6 challenge Write Higher Order Arrow Functions. Doesn't have es6 syntax tests.
...
Comments out function and arrow tests that didn't work and fixes formatting issues.
2017-05-29 16:30:11 -04:00
f53e759e23
Add test to Arrow functions with input parameters
2017-05-28 18:50:29 +02:00
573777d652
fix challenge description typo
2017-05-20 04:24:20 +07:00
47c0a826f6
fix(seed) Typo in Use export to Reuse a Code Block ( #14857 )
2017-05-14 22:49:40 +05:30
09604b58a7
Fixed instructions for ES6: Set Default Parameters
2017-05-11 20:49:45 -04:00
bf558c4a4f
fix typo in Mutate an Array Declared with const
2017-04-22 19:57:18 +05:30
2ed17bde15
Add tests for mutate const array
2017-04-16 12:51:24 +03:00
1a0f315c39
Update challengeSeed in use spread operator challenge ( #13979 )
2017-03-22 01:00:05 -05:00
f851d7b56e
Refactor ES6 challenge descriptions ( #13629 )
2017-03-22 00:59:20 -05:00
baf1d0cff8
Fix challenge title formatting misc
2017-02-27 08:47:23 -06:00
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
2902c10232
Reformat class Syntax and getters and setters instructions
2017-02-27 09:00:28 +08:00
164bc2a0a9
Merge pull request #13563 from AngShiYa/fix/es6-formatting
...
Reformat ES6 challenges instructions
2017-02-25 00:16:42 +01:00
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
ecf2da61ae
Remove description in challenge seed
2017-02-25 01:59:38 +08:00
edf6f7ea2f
Reformat ES6 challenges instructions
2017-02-24 13:02:17 +08:00
2373a771b0
Update description of beta challenge
2017-02-23 22:20:52 +01:00