d7cd3f7777
fix(i18n): update Chinese translation of install and set up mongoose ( #38901 )
2020-08-16 02:20:44 +05:30
f35e7de03e
fix(i18n): update Chinese translation of information security with helmetjs ( #38908 )
2020-08-16 02:20:30 +05:30
4326253440
fix(i18n): update Chinese translation of quality assurance and testing with chai ( #38945 )
2020-08-16 02:19:48 +05:30
ce2085d240
fix(i18n): update Chinese translation of advanced node and express ( #38946 )
2020-08-16 02:19:14 +05:30
35c3609489
fix:Incorrect Usage of setState in React Challenge ( #39290 )
...
* fix:Incorrect Usaage of setState in React Challenge
* apply suggestion
* also set stage usage in other challenges
* fix setState usage in challenges
* correct syntax
* correct usage of useState in other files
* add current message to state
* remove current message from state
* change connect redux to the message app
* remove extra space
2020-08-11 10:12:27 -07:00
817325d68e
Change comma to semicolon ( #39258 )
2020-08-11 10:02:09 -07:00
f813dfff87
fix: Replace Array.prototype.sort and update old isSorted method. ( #39360 )
...
* fix: Replace Array.prototype.sort and update old isSorted method.
* fix: Change name of function from 'checkInBuiltSort' to 'checkBuilitInSort'.
* fix: Change name of function from 'checkBuilitInSort' to 'isBuiltInSortUsed'.
2020-08-10 13:31:18 -07:00
8996fa7502
fix: rosetta day of week typos ( #39380 )
...
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-08-08 19:00:29 -07:00
0471f7f8d8
Removing # from property name to be consistent with previous challenges ( #39334 )
2020-08-06 08:33:56 -07:00
1046e21a90
fix(i18n): update Chinese translation of functional programming ( #38061 )
...
* fix(i18n): update Chinese translation of functional programming
* fix(i18n): update review suggestion
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-05 14:08:04 +05:30
0642002005
Remove add
method test ( #38824 )
2020-08-04 14:37:58 -07:00
fd6f34a801
fixed spacing errors on .spanish.md ( #39031 )
...
I eliminated unnecessary spaces to improve readability
2020-08-04 14:20:27 -07:00
c974fd39dd
fix(curriculum): add regex to chai tests for double quotes ( #39187 )
...
* fix: allow for use of double quotes in chai tests
* fix: escape forward slash
2020-08-05 01:27:09 +05:30
7d8e558b91
fix(curriculum): convert all video challenges to markdown ( #39189 )
2020-08-05 01:26:41 +05:30
e7d2028bba
fix(learn): change test order to test for the value after execution has finished ( #39363 )
...
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
2020-08-05 01:18:50 +05:30
303e228299
fix(i18n): update Chinese i18n of object oriented programming ( #38055 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:45:28 +05:30
14bfa61cea
fix(i18n): update Chinese translation of basic data structures ( #38054 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:44:21 +05:30
2fdc5267e3
fix(i18n): update Chinese translation of regular expressions ( #38042 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:44:01 +05:30
83957bb150
fix(i18n): update Chinese translation of es6 ( #38038 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:43:35 +05:30
ff002be0f6
chore: bump curriculum
2020-08-04 03:50:20 +05:30
f52baa51be
fix(learn): Added test for Capitalized -> uncapitalized variants
...
* myReplace("I think we should look up there", "up", "Down")
* Checks for previously unchecked scanarios of the 'after' input being capitalized and 'before' word being uncapitalized.
2020-08-03 14:52:40 +03:00
e4960e38ef
fix(curriculum): Removed global variable and updated test for "Functional Programming: Apply Functional Programming to Convert Strings to URL Slugs" ( #39359 )
...
* Fixed Some Typos
* Removed global variable and updated tests
Co-authored-by: nakulnambiar <nakul.nambiar@demandfarm.com >
2020-08-02 16:24:16 -07:00
41ed64e8d4
fix:regex error in selection sort insertion sort and merge sort ( #39230 )
2020-08-02 13:17:27 -07:00
908adc2c37
Update Yelp.com documentation API from V2 to V3 ( #39344 )
2020-07-31 11:39:27 -07:00
20d397f719
remove MDN links from English challenges ( #39337 )
...
* remove MDN links from English challenges
* add push challenge reference to record-collection
* refactor truthy falsy verbiage
* replace MDN link with news link
* remove unnecessary whitespace
2020-07-31 15:19:49 +09:00
4b7ad8447b
fix(learn): Added test for edge case ( #39323 )
...
* fix(learn): Added test for edge case
* Test checks edge cases for incorrect spelling in middle characters.
* fix: removed 'pen' sageTest
* the 'pen' points out that it is not the end of the first word to be tested for, but the end of the string.
However, this is explained clearly in the 'mountain' test below just as well.
2020-07-27 07:43:59 -07:00
de3492fded
Chore: remove old translation tools, import parser ( #39273 )
2020-07-27 18:11:53 +05:30
516602cef8
fix(curriculum): Improve punctuation/formatting in "Add Axes to a Visualization" ( #39261 )
...
* Improve punctuation
* Clean up axis identification
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Add block formatting to code sample
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-07-27 00:22:47 -07:00
92377cf71a
fix(learn) : Changed language and added a test for Project euler problem-2 ( #39221 )
...
* Edited wording in a test
* Rearranged the tests
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-26 19:09:46 +02:00
f844ea3620
fix(learn): Add arguments to test case titles. ( #39248 )
2020-07-23 23:39:17 -07:00
7a51540127
fix(learn): Add arguments to test case titles. ( #39247 )
2020-07-23 23:36:37 -07:00
53cbe66c1a
Changed variable renderOnlineUsers to renderOnline in soluion seed. ( #39229 )
...
In the challenge seed renderOnline variable has been used and referenced but in the solution seed the variable has been changed to renderOnlineUser so, changed renderOnlineUsers back to renderOnline variable.
2020-07-23 23:35:01 -07:00
df3322eb97
Add descriptive titles for Extensible Prime Generator challenge ( #39246 )
...
* fix(learn): Add descriptive titles to tests.
* fix: Add missing word.
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
* fix: Display expected output to user.
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
2020-07-23 23:28:16 -07:00
fbdba9edb1
feat(interview-prep): Converting and Tranfering Rosetta challenges ( #38754 )
...
* feat(interview-prep): Converting and Tranfering Rosetta challenges
2020-07-20 12:02:06 +09:00
07e665052d
Fixed-pass-an-array-as-props ( #39268 )
...
* Fixed-pass-an-arrays-props
* Fixed:pass-an-array-as-props2
* Update curriculum/challenges/english/03-front-end-libraries/react/pass-an-array-as-props.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/03-front-end-libraries/react/pass-an-array-as-props.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/03-front-end-libraries/react/pass-an-array-as-props.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-07-17 13:11:16 -07:00
01d61afd5f
Fixed Some Typos ( #39275 )
2020-07-17 09:06:24 -07:00
b352f36169
feat: add resources for data analysis videos ( #39241 )
...
* feat: add resources for data analysis videos
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-17 11:12:45 +02:00
90e4ddb40f
Add <dfn> tags ( #39260 )
2020-07-16 11:35:03 -07:00
1f1c58ae18
fix regex
2020-07-16 15:41:35 +03:00
aa1acbe68f
Add missing solutions for algorithm challenges ( #38858 )
2020-07-15 12:03:29 -05:00
cd90da13f0
Disambiguate "Priority Queue" instructions ( #38805 )
...
* Disambiguate "Priority Queue" instructions
* Add front() to solution
* Add tests for front() method
* Fix test typo
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-07-15 11:49:56 -05:00
8ebb4922d4
fix(learn): updated catphotoapp links ( #39215 )
2020-07-15 15:26:49 +05:30
98977942ff
fix(learn): updated catphotoapp links (Chinese) ( #39252 )
2020-07-15 15:25:06 +05:30
3c58ec4dad
fix(learn): updated catphotoapp links (Russian) ( #39253 )
2020-07-15 15:24:34 +05:30
fd6b24685f
fix(learn): updated catphotoapp links (Portuguese) ( #39254 )
2020-07-15 15:24:15 +05:30
174e98a404
fix(learn): updated catphotoapp links (Spanish) ( #39255 )
2020-07-15 15:23:48 +05:30
fc7582b308
fix(learn): updated catphotoapp links (Arabic) ( #39256 )
2020-07-15 15:23:16 +05:30
0b700b5f78
fix(learn): clarify description for finders keepers ( #39068 )
...
* fix(learn): clarify description for finders keepers
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-14 09:29:53 +02:00
ab1f14246a
fix(curriculum): include stack with test errors ( #39209 )
2020-07-09 21:15:09 +05:30
35f24c6085
Fix text inconsistency ( #39203 )
...
* Fix text inconsistency
To match the eight ECMAScript Language Types on the previous paragraph.
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com >
2020-07-09 16:18:11 +02:00