Iván Franco
1d87dd82e3
updated english file ( #38482 )
2020-04-11 22:52:54 -05:00
Ashraf Nazar
a2d31afe81
fix: Update test in Redux challenge to accomodate backticks ( #38345 )
2020-03-10 12:15:50 +03:00
kundan kumar
971c62ab53
fix : Unclear test output use-array.map-to-dynamically-render-… ( #38191 )
2020-02-13 02:41:36 +05:30
Hassaan Pasha
2f951f0dff
fix: edited the duplicate test guideline to mirror the actual… ( #38199 )
2020-02-12 20:47:24 +05:30
Josh Soref
004b99bf8f
chore: fix typos in spelling ( #38100 )
...
* spelling: accidentally
* spelling: announce
* spelling: assembly
* spelling: avoid
* spelling: backend
* spelling: because
* spelling: claimed
* spelling: candidate
* spelling: certification
* spelling: certified
* spelling: challenge
* spelling: circular
* spelling: it isn't
* spelling: coins
* spelling: combination
* spelling: compliant
* spelling: containers
* spelling: concise
* spelling: deprecated
* spelling: development
* spelling: donor
* spelling: error
* spelling: everything
* spelling: exceed
* spelling: exist
* spelling: falsy
* spelling: faulty
* spelling: forward
* spelling: handle
* spelling: indicates
* spelling: initial
* spelling: integers
* spelling: issealed
* spelling: javascript
* spelling: length
* spelling: maximum
* spelling: minimum
* spelling: mutable
* spelling: notifier
* spelling: coordinate
* spelling: passport
* spelling: perform
* spelling: permuter
* spelling: placeholder
* spelling: progressively
* spelling: semantic
* spelling: submission
* spelling: submit
* spelling: translations
* spelling: turquoise
* spelling: visualization
* spelling: without
* spelling: registration
* spelling: representation
2020-02-08 23:59:10 +05:30
Kiara Barias
afd467f5dc
Removes RSA links from English challenges ( #37869 )
...
* RSA links deleted from challenges
* fix: remove remaining RSA links in challenges
2020-02-07 14:46:07 +09:00
Nick Black
6a4b42c4ec
Update to make instructions more clear ( #38068 )
...
The instructions on the exercise following this specify 'behind the scenes' which sounds more clear than 'in the background'.
2020-02-04 10:54:02 +03:00
M B
7f6a653c28
fix: update react lesson link (remove 404) ( #38031 )
...
* Update lesson link (remove 404)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-01-09 17:29:50 +01:00
Randell Dawson
6809578044
fix: change starting font-size ( #37981 )
2020-01-07 13:39:06 +03:00
Randell Dawson
44ff327a38
fix(curriculum): make test more flexible for ( #37902 )
...
* make test more robust
* fix: changed test to ignore extra spaces in html
* Revert "make test more robust"
This reverts commit 89718eb5e5
.
2019-12-11 23:20:19 -05:00
Randell Dawson
6fc32ab9b6
fix(curriculum): changed test text to use should for Front End Libraries ( #37762 )
...
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
2019-11-22 13:44:40 +01:00
Lowell Hamilton
301d03df7b
Update add-font-awesome-icons-to-all-of-our-buttons.english.md ( #37668 )
...
The thumbs up from the previous challenge was removed from the seed in an earlier merge -- seems like it should be there since the instructions only say to add the icons to the remaining buttons.
2019-11-19 20:12:15 -05:00
Mo Zargham
437ba8b103
fix(curriculum): Read-search-ask link now point to correct url as noted in the issue ( #37753 )
...
* fix: broken Read-search-ask link now point to correct url
* fix: changed link to original forum link with more views
* fix: changed http links to correct version
* fix: link in help modal
2019-11-19 19:54:48 -05:00
Lowell Hamilton
73943994ff
Update add-font-awesome-icons-to-our-buttons.english.md ( #37667 )
...
Correct typo in instructions -- says to add the "fa" class instead of the "fas" class.
2019-11-17 07:55:39 -08:00
Ananda Umamil
734b794714
fix: update react proptypes lesson description ( #37477 )
2019-11-05 00:42:07 -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
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 b24968a968
.
* 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
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
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
SomeDer
5de58ad98d
fix(curriculum): use function form of this.setState ( #36623 )
...
* Fix solution
* Update description
* Add test for this.setState function syntax
* Update toggle element instructions
* Fix simple-counter solutions
* Fix bind-this challenge seed and solution
* Fix && challenge seed and solution
* Fix ternary challenge seed and solution
* Use the function form -> Pass a function
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Mention "passing a function" instead of "alternative form"
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Rephrase explanation
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* clarify why functions should be used
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Improve tests
* Fix \s escaping in []
* Improve regex
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Add test for `this`
* Use block code
* Update bind-this challenge
* Fix last part of instructions
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2019-09-24 08:12:50 -07:00
Oliver Eyton-Williams
3a0cd56ad3
fix(curriculum): Add and modify tests to catch bad code. ( #36429 )
2019-09-20 09:28:50 -07:00
Kaitlin
76e1b1a4ba
Update user test 13 desc to match changed test ( #36523 )
...
* Update user test 13 desc to match changed test
Refer https://github.com/freeCodeCamp/testable-projects-fcc/issues/933 .
* Add examples to illustrate change to user story 13
2019-09-19 17:51:10 +09:00
Tom
428ab97650
Fix/tests whitespace strictness ( #36706 )
...
* fix(tests): make less strict about white space
2019-08-28 10:53:17 +02:00
Oliver Eyton-Williams
44804abeb5
fix: Remove and update challenges with legacy methods ( #36444 )
2019-08-15 01:22:41 +01:00
Tiago Salema
a305a3df9f
componentWillReceiveProps is deprecated ( #35894 )
...
* componentWillReceiveProps is deprecated
Consider removing this lesson from the React tutorial, once this lifecycle method is now deprecated.
In case it isn't, a warning in the beginning should be displayed
* Removed also `componentWillReceiveProps`
2019-08-13 09:14:10 -07:00
SomeDer
01c8554adc
03-render-conditionally-from-props: use const ( #36551 )
2019-08-12 18:17:39 +05:30
SomeDer
4ff5e6eff6
Add code tag to test in extract-state-logic-to-redux ( #36553 )
2019-08-12 10:50:13 +02:00
Randell Dawson
568f00e02a
fix(curriculum): Added forumTopicId to remaining 1200 challeng… ( #36558 )
2019-08-05 22:14:37 +05:30
Randell Dawson
3ec1fe8ea7
feat: add forumTopicId to challenge frontmatter [pre-existing]
...
This commit adds the pre-existing challenge guide topics in the
forum to the forntmatter of their challenge markdown files.
2019-08-05 22:14:37 +05:30
Randell Dawson
ba6ae7154c
fix: removed more assert msg arguments ( #36439 )
2019-07-28 05:16:04 +01:00
Randell Dawson
a53d992613
fix(curriculum): Remove unnecessary assert message argument from English Front End Libraries challenges - 01 ( #36408 )
...
* fix: removed assert msg argument
* fix: removed more assert msg args
* fix: removed assert msg missed
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: correct indentation
2019-07-25 08:53:37 +02:00
Randell Dawson
f2df76c099
fix(curriculum): Remove unnecessary assert message argument from English Front End Libraries challenges - 02 ( #36409 )
...
* fix: removed assert msg argument
* fix: removed more assert msg args
* fix: removed more assert msg args
2019-07-24 13:07:46 +01:00
Randell Dawson
d0d8282f86
fix(curriculum): Remove additional unnecessary assert message argument wrapped in double quotes from various curriculum sections ( #36457 )
...
* fix: remove double quoted assert msg arg - responsive
* fix: remove double quoted assert msg arg - js
* fix: remove double quoted assert msg arg - libraries
* fix: remove double quoted assert msg arg - coding interview
2019-07-24 13:06:12 +01:00
Oliver Eyton-Williams
7d4dc382b4
fix(curriculum): format challenge markdown as per linting rules ( #36326 )
...
* fix: Format challenge markdown according to linting rules
* fix: Put spaces after section tags
2019-07-19 15:30:17 +05:30
Randell Dawson
c387873640
fix(curriculum): added extra line before </section> tag - Engl… ( #36278 )
2019-07-19 15:30:17 +05:30
Tiago Salema
e561953827
Removed deprecated lifecycle methods ( #35895 )
...
Removed `componentWillReceiveProps` and `componentWillUpdate` from the list of lifecycle methods since they are now deprecated.
2019-07-03 13:56:15 +02:00
Randell Dawson
933350c148
fix(curriculum): Convert blockquote elements to triple backtick syntax for Front End Libraries ( #35994 )
...
* fix: converted blockquotes for react/redux
* fix: converted blockquotes for sass
* fix: changed jsx to js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: changed jsx to js
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2019-05-14 07:01:32 -05:00
Kyle Scheuerlein
3b5fbe3edb
Improve formatting of Challenge Seed ( #35854 )
2019-05-08 18:32:01 -05:00
Tom
4f73b5a7f3
Fix/manage state locally tests ( #35980 )
...
* fix/manage-state-locally-test
* fix/update-test-words
* fix/update-test
2019-05-08 10:17:54 -04:00
Manish Giri
b579317e11
fix(curriculum): Add solutions to Bootstrap challenges ( #35789 )
...
* fix(curriculum): Add solutions to Bootstrap challenges
2019-05-02 11:24:38 +02:00
Randell Dawson
f51f262104
fix(curriculum): Increased starting font size to fix a bug on Chrome browser for Sass Apply a Style Until a Condition is Met with @while challenge ( #35935 )
...
* fix: increased starting font size for Chrome
* fix: slight verbiage change
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix/remove-extra-space
2019-05-01 09:08:38 -05:00
Oliver Eyton-Williams
e3529a8449
fix: Add solutions for Sass challenges ( #35777 )
2019-04-30 18:55:22 -05:00
The Coding Aviator
a2a278e937
fix: Moved instruction to proper place and removed assert text in Font Awesome challenges ( #35928 )
...
* fix: Moved instruction to proper place and removed assert text
* Add suggestion about making note strong
Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com >
2019-04-29 15:51:03 +02:00
Manish Giri
1015f1ec6e
fix(curriculum): Add solution to jQuery challenges ( #35776 )
2019-04-28 12:28:47 -07:00
Tina Wang
bc986a4728
Moved font-awesome challenges to Font Awesome v5.8.1 ( #35813 )
...
* update font awesome challenge to font awesome 5
* v5 syntax changed
2019-04-28 15:00:27 +05:30
Benjamin Herrchen
20f71fd22e
correct usage of Math.random() to give equal 50/50 results ( #35840 )
...
* Update render-conditionally-from-props.english.md
* Update render-conditionally-from-props.english.md
2019-04-13 18:06:01 -04:00
lasjorg
394ae3d1ce
fix(challenge): check for li and specify elements accepting text ( #35193 )
...
* fix(challenge): check for li and specify elements accepting text
* fix(challenge): revert text
* fix(challenge): remove word added by mistake
* fix(challenge): update test, cleanup assertion text
2019-04-10 20:52:37 +05:30
chaomt
216e10e2b7
fix: A testing bug in FCC's React Simple Counter Challenge ( #35715 )
2019-04-03 22:24:05 -05:00
Dana Ottaviani
c08f3785cb
Add solutions to Bootstrap challenges ( #35710 )
...
* feat: add solution for font-awesome icon challenge
* feat: add solution to add all button icons challenge
* feat: add solution to add ids to bootstrap elements challenge
2019-03-30 23:20:01 -07:00
Jonathan Lawrence
f743c675c7
Grammar fix ( #35711 )
...
I was going through the Bootstrap lessons and found this. Very small change, I know, but I believe it's important.
2019-03-31 11:30:37 +05:30