Louisa
2287d73b4f
fix missing closing brace and bracket for promise ( #37474 )
...
There was a missing closing brace, bracket and semi-colon for the constructor new Promise in its definition
2019-11-07 19:24:54 +01:00
Alex Parra
647945f4ac
fix: duplicated 'use' in set-up-passport.english.md ( #37134 )
2019-11-07 18:42:34 +01:00
Daniel Veazey
7f4531aed0
replace the word "dashes" with "hyphens" ( #37705 )
2019-11-07 01:19:39 -05:00
Kiara Barias
3119da3ec5
Changes to "Iterate with JavaScript While Loops - English" challenge description ( #37683 )
...
* Update iterate-with-javascript-while-loops.english.md
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-with-javascript-while-loops.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-11-06 13:26:44 -05:00
PartyLich
a52b5b4ebb
feat: rewrite Iterate with JavaScript While Loops challenge ( #37697 )
...
* feat: rewrite Iterate with JavaScript While Loops challenge
Previous example in the challenge description was the exact code
that challenge instructions say to implement. Change the challenge to
differentiate from the example.
resolve freeCodeCamp/freeCodeCamp#37694
* fix: update iterate with javascript while loops solution
* refactor: improve iterate with js while loops challenge wording
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-11-06 12:51:59 -05:00
Ananda Umamil
734b794714
fix: update react proptypes lesson description ( #37477 )
2019-11-05 00:42:07 -05:00
Bernardo Sequeira
add5e53020
Fixed Automatic Translation of JS Keywords ( #37532 )
2019-11-04 12:33:30 -05:00
Bernardo Sequeira
7876b2929b
Fixed Automatic Translation of JS Keywords ( #37531 )
2019-11-04 12:31:54 -05:00
Bernardo Sequeira
af71ad2f36
Fixed Automatic Translation of JS Keywords ( #37530 )
2019-11-04 12:30:00 -05:00
Bernardo Sequeira
250a3727a8
Fixed automatic translation of JS Keywords ( #37529 )
2019-11-04 11:35:53 -05:00
danielrs975
8389ec1139
Change all ocurrences of the word "matriz" for "arreglo" ( #36975 )
...
* Update implement-merge-sort.spanish.md
Change the text "matriz" by "arreglo" that is more accurated
* Change "ordenada" for "ordenado"
2019-11-04 11:24:36 -05:00
Roberto Ruccia
36de803902
Fix link in use-proptypes-to-define-the-props-you-expect.english.md ( #37665 )
...
* Fix link in use-proptypes-to-define-the-props-you-expect.english.md
* Add a blank line before Note line
2019-11-01 20:22:19 -05:00
mariorguez
4d3aebb7f7
docs: fix Spanish description mixing inline term ( #37273 )
...
The Spanish description became difficult to understand due to unnecessary translations of code words (inline, button, etc.).
The final statement for the challenge was also half translated, when it should remain in English to match the tests.
2019-11-01 19:14:15 +01:00
melascuco
c957f5d4f2
Improve challenge description in Spanish ( #37040 )
...
Rephrase the challenge description to make it more understandable in Spanish, due to false friends and words order.
2019-11-01 19:06:26 +01:00
Beau Carnes
28575e9877
Add updated Scrimba link to Word Blank challenge ( #37630 )
2019-10-31 11:37:26 -05:00
Luis Ignacio Collantes
7d119b67dd
Fix grammar and edit the DELETE Request's name ( #36951 )
2019-10-31 11:24:45 +01:00
lasjorg
316d56ba11
fix(challenge): use offsetHeight to get height value ( #36995 )
2019-10-27 19:02:53 -04:00
Andres Arrieta
b9ba5c02a8
small grammatical correction ( #36931 )
...
changed the phrase ¨Rellene el código del <code>incrementer</code> función...¨to Rellene el código de la función <code>incrementer...</code> as it was grammatically incorrect
2019-10-27 22:38:20 +01:00
nico-alvarez-eu
3059380ce0
Update change-text-inside-an-element-using-jquery.spanish.md ( #36863 )
2019-10-27 22:32:35 +01:00
SomeDer
bfa5c26288
fix: use dfn instead of code tag ( #36640 )
...
* Use dfn tags
* remove misused <dfn> tags
* Revert "remove misused <dfn> tags"
This reverts commit b24968a96810f618d831410ac90a0bc452ebde50.
* Update curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/fill-in-the-blank-with-placeholder-text.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Make "array" lowercase
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Fix dfn usage
* Address last dfn tags
2019-10-27 12:45:37 -04:00
Rajat Hans
0551a6a57f
Word change in responsive design principles English ( #37559 )
...
* Word change in responsive design principles
* Word change in responsive design principles
2019-10-26 16:57:20 -04:00
Ahmad Shahzad
9db88a0d7c
Fixed a typo in Specify How Fonts Degrade lesson. ( #37567 )
...
* Fixed a typo in Specify How Fonts Degrade.
'-->!' inside the code is misleading and prompts a learner
to put the exclamation mark when it is not needed as '-->!' is
also followed by a period.
Instead of "'-->!'.", it should be "'-->'."
* Made text wording consistent for the test instructions.
* Changed "To begin with," to "To begin," and fixed a minor typo.
If we are going to use "To begin with," the sentence should be
"To begin with the lesson/challenge", otherwise, "To begin" will
be more than enough.
Also added a space between "font(using HTML..." and changed it to
"font (using HTML...".
2019-10-26 16:55:10 -04:00
Omar Dabour
b59f72961f
Fix Typo ( #37557 )
2019-10-26 16:48:06 -04:00
csteacher1
1a019f952b
Added hyphen to "coopted" on Line 17 ( #37468 )
...
* Added hyphen to "coopted" on Line 17
Added a hyphen to the word"coopted" to correct it to "co-opted" on Line 17.
* Update curriculum/challenges/english/03-front-end-libraries/jquery/change-text-inside-an-element-using-jquery.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-10-25 13:47:05 -05:00
burrowsdt
dd8168133f
Added escape characters to the javascript comment curriculum ( #37518 )
2019-10-25 13:41:42 -05:00
gmal1
94635dcc0b
Fix incorrect spelling of BCrypt ( #37247 )
...
* Fix incorrect spelling of BCrypt
* Fixed spelling of BCrypt in the Chinese, Portuguese, and Spanish versions of the challenge
2019-10-24 17:39:53 +09:00
Ambar Mutha
bcef08424c
add comment explaining back-end challenges don't need a solution ( #37111 )
...
* add solution to a challenge
add solution to the challenge: add-a-description-to-your-package-json
* add comment to all backend challenges
The comment expllains that these challenges don't need a solution.
2019-10-24 13:38:13 +09:00
Matheus Genteluci
06ea9a5e21
feat: Add solution to Portuguese challenges ( #37161 )
...
* feat: Add solution to use the some method
* feat: Add 4 solutions
* fix: remove broken messages from asserts
2019-10-24 12:38:10 +09:00
mrugesh
9612c5ba74
fix: HSTS test in Infosec curriculum ( #37469 )
...
Co-authored-by: Wocanilo <daniel.sese@wuolah.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-10-23 21:35:34 +05:30
Randell Dawson
76b9525a54
fix: added forumTopicId to recently added Rosetta Code challen… ( #37479 )
2019-10-23 21:34:34 +05:30
Chayanon Tonsai
8b082995b5
Change test method from string.test(regex) to regex.test(string) ( #37458 )
2019-10-23 09:32:17 -05:00
Bhanu Pratap Singh Rathore
ca63f90070
feat(interview-prep): Converting and transfering Rosetta problems ( #35770 )
...
* feat(interview-prep): Converting and transfering Rosetta problems
2019-10-23 23:23:50 +09:00
Tom
69d4d4fe2f
fix: recursion test ( #37419 )
...
* fix(challenge): recursion test
* fix(challenge): replace regex s flag with g
2019-10-23 00:18:40 +05:30
shrobbins
a13bb1b96f
fix: missing semi-colon ( #37454 )
2019-10-21 20:50:51 -04:00
gmal1
174c6f5c68
Make corrections in the Tests section, fix inconsistent spelling ( #37246 )
2019-10-20 09:27:01 +05:30
jasonranney
f0c1d3a759
change "therefor" to "therefore" to be grammatically correct ( #37297 )
2019-10-16 11:41:11 -04:00
Kris Koishigawa
26eacf6f47
fix: Change project URL to a working fCC example project
2019-10-15 00:45:50 +09:00
Ambar Mutha
5dce06fccb
add comment explaining no need for solutions ( #37227 )
2019-10-14 11:30:42 -04:00
Kristofer Koishigawa
71fbf2b658
fix(challenges): Update stock price checker sample project URL and add proxy info ( #36801 )
...
* fix(challenges): Updated sample project URL, added information about a proxy for stock price information, and tweaked the English test text slightly
2019-10-15 00:04:32 +09:00
mariorguez
372cba1c4c
docs: fix unnecessary translation of strong tag ( #37223 )
...
When translating to Spanish, the tag itself doesn't have to be translated, to avoid confusion. So, strong should be kept "strong" and not "fuerte".
2019-10-11 16:38:32 -07:00
Luis Ignacio Collantes
99c86be86b
Fixed error in traduction of "Node" ( #37120 )
2019-10-09 21:04:00 +01:00
Johnny Zabala
e9bbcc55cd
test rendered output instead of state in react write a simple counter challenge ( #36791 )
2019-10-09 09:52:41 -05:00
Irina Serdiuk
ac1d0a6f78
translation fix ( #37073 )
2019-10-09 07:51:36 -07:00
Kris Koishigawa
74778c1af8
fix: Updated all Glitch URLs used to import/remix a GitHub repo
2019-10-08 11:04:30 -07:00
nemogoc
23a3287d8f
update test wording for undefined fn returns ( #36804 )
...
* update test wording for undefined fn returns, bring code out of after test section and check that the function does what it says it does (rather than just checking the result), update seed, example, and solution
2019-10-08 19:16:36 +09:00
CubeSky
7128eb0211
Added solution to "01-Responsive Web design" challenge ( #36972 )
2019-10-04 12:12:27 +07:00
CubeSky
16e72aa393
Added solution to "Responsive Web design" challenge ( #36970 )
2019-10-04 11:36:11 +07:00
CubeSky
40e6ddca31
Added solution to "01-Responsive Web design" challenge ( #36971 )
2019-10-03 22:38:49 +07:00
CubeSky
3099f303ed
Added solution to "01-Responsive Web design" challenge ( #36968 )
2019-10-03 21:11:38 +07:00
Randell Dawson
8225ce7572
fix: added 3 new tests to mutations challenge ( #36857 )
2019-09-30 16:33:57 -04:00