ed5e02d7ae
test(challenges): Corrected expected average value ( #17562 )
...
Modified 8.675 to 8.52 in three places for correct average value
BREAKING CHANGE: n/a
Closes #17561
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
c9f572d271
fix(seed): updated basic javascript URLs for hints ( #17445 )
...
* Updated json file with right url values
* Updated url links after review
* Updated another broken url link after review
2018-06-11 18:22:32 +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
2a3369aa6b
Updated basic-javascript.json file for challenge Manipulate arrays with shift; issue: #17235
2018-05-25 19:28:17 +00:00
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
746413bd68
fix(seed): Fixed test to fail if console.clear is still commented out ( #17097 )
...
Closes #16958
2018-05-03 18:31:42 +05:30
a8efeb50d7
chore: fixed typos via client9/misspell ( #17081 )
2018-04-25 10:37:27 +05:30
f9a63ee581
fix(challenges): Fixed typo in the challenge ( #16991 )
...
changed vowels to letters.
BREAKING CHANGE: none.
Closes #16979
2018-04-03 15:25:41 -04:00
fc87d71af3
fix(seed): Added missing text 'new tab' ( #16978 )
...
'new tab' was missing from description
Closes #16970
2018-04-03 11:42:04 -04:00
52ca2b9ad6
feat(seed): reformat seed/challenges JSON via repack script
2018-04-03 19:53:44 +05:30
b7930795d6
fix(seed): Fix schema violations
2018-04-03 19:52:01 +05:30
197635ffe7
chore(seed): Normalise decsription field
2018-04-03 19:52:01 +05:30
f1317f0b89
chore(seed): Remove depricated file
2018-04-03 19:52:01 +05:30
3f4bffcfca
fix(translations): Fix translation fields
2018-04-03 19:52:01 +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
14c0414a08
fix(challenges): Fix typo in code example ( #16866 )
2018-03-16 21:15:35 +05:30
0fa5296f87
fix(challange): Redundant note has been removed ( #16895 )
2018-03-14 17:14:14 +05:30
34dea0ab9c
Fix/copy improvements ( #16859 )
...
* fix(seed): Simplify copy of lessons and remove need for image
* rework copy for account creation and login emails
* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00
38825dcb94
Improve instructions of "Global vs Local Scope in Functions" challenge ( #16832 )
2018-03-06 09:46:23 +05:30
b02aafc9b6
fix(seed): Make algorithm projects appear after intermediate algorithms ( #16655 )
...
* fix(seed): Make algorithm projects appear after intermediate
* fix(seed): Update order values to remove ambiguity
2018-02-10 09:20:59 +00:00
102a233e69
feat(seed): Added ES6's strict mode to a lesson and made verbiage clearer ( #16652 )
2018-02-08 18:16:18 +05:30
6337592b99
fix(seed): Fix Modify Array challenge description typo ( #16662 )
2018-02-08 11:49:51 +05:30
b36ba2cc99
fix(seed): Typo correction to es6.json in javascript challeng ( #16589 )
...
Closes #16584
2018-01-28 13:18:09 +05:30
62c5720d9b
Merge pull request #16573 from tarun7singh/fix/relative-protocol-URLs
...
fix(URLs): Changed protocol relative URLs to HTTPS URLs
2018-01-26 01:38:11 +05:30
8b5b0f338a
fix(URLs): Changed protocol relative URLs to Https URLs
...
BREAKING CHANGE: None
Closes #16522
2018-01-25 20:11:01 +05:30
04c1ac1815
test(challenges): Add missing tests to escaping quotes challenges ( #16566 )
...
These tests were removed because there were issues with the head and
tail being added to the code variable. Now that they've been removed, we
can add the tests back in.
2018-01-24 23:35:32 +00:00
32930c9ed7
fix(challenges): Change invalid ObjectId
...
Closes #16550
2018-01-24 17:24:35 +01:00
b75d7ae128
fix(seed): Fix invalid MongoDB ObjectId in array seed challenge ( #16532 )
...
In the `Introduction to Arrays` seed challenge there was a
incorrect MongoDB ObjectId. Created a new MongoDB ObjectId
that fixes it.
Closes #16530
2018-01-19 19:26:02 +05:30
f166d4c464
fix(seed/challenges): Update test code for escaping quotes in literal strings ( #16476 )
...
Closes #16344
Closes #16332
2018-01-18 22:50:47 +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
054dd8b4f6
Merge pull request #16442 from iabrenne/feature/link-to-guide
...
Feature/link to guide
2018-01-16 12:52:03 -08:00
c98b964606
refactor: Basic Algorithm Scripting ( #16365 )
...
Change var to let/const.
Change some single quotes to double quotes to be consistent. (Most were using double quotes)
Change callback functions to use ES6 arrow syntax.
Add function call to solution to be more consistent. (Some were present already)
Remove comments from solution to be more consistent. (Most didn't have comments)
2018-01-16 11:50:31 +05:30
2e92368396
fix(seed): Space between function name and parameters was not ( #16324 )
2018-01-15 22:08:36 +05:30
98d27c16c1
refactor(seed): Add link to guide
...
Partially #16388
2018-01-10 18:32:16 -06:00
1c9dd4dba2
fix(seed/challenges): Correct typo in a JavaScript challenge ( #16441 )
2018-01-08 10:53:55 +05:30
5ba1da5e2c
fix(challenges): Clarified instructions on es6 let challenge ( #15983 )
2018-01-04 10:58:30 +00:00
edc37e76d3
fix(seed): Fix quotient should only be assigned once test
...
The tail is no longer included in the code variable. I updated this test
to account for that
Closes #16329
2018-01-02 23:56:13 +05:30
ab08420ec2
fix(challenges): Fixed import export related challenges
...
Closes #16235
2017-12-29 18:38:22 -08:00
2df89dab95
fix: Make semicolon optional ( #16364 )
2017-12-29 14:56:52 +00: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
3583633a39
fix(seed/challenges): Change cash register algorithm ( #16244 )
...
Edited the description and tests so that freeCodeCamp users learn to
write functions that return a similar data structure type each time.
BREAKING CHANGE: None.
Closes #16083
2017-12-22 22:15:16 -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
43abd79788
feat(cert): Certificates ( #16185 )
...
* feat(cert): finished layout and design of legacy certificates
* feat(cert): added new certs
* feat(cert): added logic for new certs
* feat(cert): updated claiming challenges
* feat(cert): fixed various small issues
* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
de53301903
Merge pull request #16199 from QuincyLarson/feature/add-algorithm-projects
...
feat(seed): Move required projects into new algorithm projects
2017-12-20 19:09:31 +00:00
30866d5afe
fix(seed): Update description for basic-javascript/word-blanks ( #16206 )
...
Pulling changes from commit 54c11a0de9
2017-12-19 15:46:30 -06:00
fc8a7cc07e
feat(seed): Move required projects into new algorithm projects
2017-12-15 15:22:19 -06:00