Commit Graph

25655 Commits (c76e855ff161eef4256f83660bbb6be101664cc6)

Author SHA1 Message Date
Mrugesh Mohapatra c76e855ff1 chore(api): bump minor & patch versions of deps 2020-05-11 22:53:55 +05:30
MarceloDamian 00c23bce78
docs: fixed header to match /learn (#38789) 2020-05-11 21:42:06 +05:30
Vincent Endrahadi 9a25ba2633
fix(learn): improve landing page (#38695) 2020-05-11 18:56:12 +05:30
anastasiasoenjoto f035a5c433
feat(learn): add fizzbuzz - RosettaCode challenges (#38610)
* create fizzbuzz challenge

* add lesson to meta file

* update testString

* fixed changes
2020-05-11 07:40:44 -05:00
Daksh Goyal 209d41fcdd
Fixes a Typo in Project Euler Problem 70 (#38782)
* Fixed a Typo in Eulers Problem 70

Line 15 should say "Find the value of <var>n</var>, 1 < <var>n</var> < 10**7, for which φ(<var>n</var>) is a permutation of <var>n</var> and the ratio <var>n</var>/φ(<var>n</var>) produces a minimum." instead of Find the value of <var>n</var>, 1 < <var>n</var> < 107, for which φ(<var>n</var>) is a permutation of <var>n</var> and the ratio <var>n</var>/φ(<var>n</var>) produces a minimum.

* Updated the Markdown 

Fixes the markdown to display proper superscript rather than just using ** to denote a superscript
2020-05-11 07:35:16 -05:00
Mrugesh Mohapatra 161c0c20a2
fix: 404 page styles (#38775) 2020-05-10 12:23:22 -05:00
MarceloDamian 5ad48205a4
fix(DOCS): Typo in comments (#38778) 2020-05-10 15:28:34 +05:30
Oliver Eyton-Williams 5e56a9a938
Feat(curriculum): scss not sass (#38764) 2020-05-09 20:01:18 +05:30
Kristofer Koishigawa b017ce192c
fix: dotall flag not supported in firefox (#38762)
Addresses https://github.com/freeCodeCamp/freeCodeCamp/pull/38546#issuecomment-625611675 where it's pointed out that Firefox doesn't support the /s regex flag yet. This workaround matches anything that's not blank.
2020-05-08 19:27:32 +02:00
MarceloDamian 82ed7e232e
fix(cypress): revised kill signals to processes in e2e.sh (#38692) 2020-05-08 22:04:11 +05:30
anastasiasoenjoto e616197f9a
fix(learn): Made Changes to Instructions in BFS/DFS exercise (#38500)
* changes to bfs instructions

* added description on visual representation

* Added to the animation description

* Added information about stacks in the description

* Edited description for clarity

* Edited small details for grammar and clarity

* Apply suggested wording and typo fixes

Co-authored-by: Eric Leung <eric@erictleung.com>

* Add typo fixes to BFS challenge

Co-authored-by: Kyla Yujiri <27860923+kylayujiri@users.noreply.github.com>
Co-authored-by: Eric Leung <eric@erictleung.com>
2020-05-07 19:41:20 -05:00
Eric Elli f757840624
fix(learn): add test to return early pattern (#38751)
* add: test to return early pattern

Currently no test for a = 0 or b = 0. This results in if(a<=0 || b<= 0) also being a valid solution

* fix: typo in test text

* fix: update return early pattern test

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
2020-05-07 14:37:48 -05:00
Rostyslav Ugryniuk 8a858b470c
Fix: largestPrimeFactor function, Add: largestPrimeFactor(8) test (#38756)
* Fix `largestPrimeFactor(8)` result
* Improve `largestPrimeFactor` performance
* Add `largestPrimeFactor(8)` test
2020-05-07 13:31:59 -05:00
Hassaan Pasha 7126bacf34
fix (learn): add title to challenge meta for backend challenges (#38745) 2020-05-07 21:56:58 +05:30
Mrugesh Mohapatra eba6da66cc docs: re-arrange files for management 2020-05-07 21:52:14 +05:30
Kris Koishigawa f7148650ce feat: add guides for chinese contributors 2020-05-07 21:52:14 +05:30
Shaun Hamilton 21ca4e3f67
fix(client): add relevant placeholder to link submission (#38411) 2020-05-07 21:49:06 +05:30
Oliver Eyton-Williams 65416fd351
test: record only if key is present (#38748) 2020-05-07 15:26:18 +05:30
Kyla Yujiri dab119f2be
docs(docs): consolidate node.js instructions (#38749) 2020-05-07 15:25:36 +05:30
Lev Lazinskiy 854752a164
docs: Update link to latest unanswered posts in the forum (#38742) 2020-05-06 19:56:19 +05:30
Shaun Hamilton b1de8ee4f8
fix(curriculum): change project codepen links (#38746) 2020-05-06 19:53:27 +05:30
Oliver Eyton-Williams 9451328a85
fix(api): show most recent date for FullStack cert (#38736) 2020-05-06 18:54:12 +05:30
anastasiasoenjoto f529104348 removed line breaks, fixed typos and wording of instructions 2020-05-06 18:24:39 +09:00
anastasiasoenjoto bfd9a6bcbc add self describing numbers to meta.json 2020-05-06 18:24:39 +09:00
anastasiasoenjoto 7981d40a13 create self-describing numbers lesson 2020-05-06 18:24:39 +09:00
Jeremy Fiel d69c0592ec revise regex for test "Use the correct ExpressJS method..." 2020-05-06 13:39:00 +09:00
Oliver Eyton-Williams a56dc3f54e
chore: use sample.env as Travis enviroment (#38738) 2020-05-05 20:47:41 +05:30
Hassaan Pasha c5a087f8b7 fix (curriculum): corrected the valyue of the decrypted message 2020-05-05 19:00:48 +09:00
Bhanu Pratap Singh Rathore 1fc55513a4
feat(interview-prep): Converting and Transfering Rosetta problems (#38624)
* feat(interview-prep): Converting and Transfering Rosetta problems

* feat(interview-prep): Meta fix

* fix: adjusted descriptions and some test cases

* fix: Descriptions fixed

Co-authored-by: Kris Koishigawa <scissorsneedfoodtoo@gmail.com>
2020-05-05 18:52:32 +09:00
MarceloDamian b42671ec41
fixed comment error (#38724) 2020-05-04 10:05:06 +02:00
Twaha Rahman e23b4e1abf
fix: typo in PR template
Fixed the typo in line 14 from the word `addtional` to `additional`
2020-05-04 10:03:20 +02:00
Twaha Rahman c0e2b65864
Wrapped all the test results with quotation (#38706) 2020-05-02 09:25:55 -05:00
Michael Schneider 1f2b66a432
feat: edit 2nd test description for clarity (#38661)
current description logically fits, yet fails this solution: myVar = ++myVar;
2020-05-02 08:27:52 -05:00
Farjad Fazli fd85f57376
fix(learn): fixed typo "in the left" should be "at the left" (#38651)
* Fixed typo "in the left" should be "at the left"

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/comparison-with-the-equality-operator.english.md

Co-Authored-By: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
2020-05-02 08:17:11 -05:00
Ahmad Abdolsaheb 2aac32201e
docs: update meta for contribute page (#38708) 2020-05-02 18:29:23 +05:30
Joel Duran 7035516483
fix: typo in 'Build JavaScript Objects' (#38690) 2020-04-30 17:41:55 +05:30
Kristofer Koishigawa 75e926810f
fix: search bar width (#38693) 2020-04-30 17:40:34 +05:30
Kristofer Koishigawa 54c93aabbb
fix: bump number of tutorials to 6,000+ (#38694) 2020-04-30 17:39:41 +05:30
Mrugesh Mohapatra 1dabaf8405
feat: enable github integration (#38678)
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-04-30 15:03:00 +05:30
Beau Carnes bf1cbd1eb0
docs: fixed command in guidelines (#38688) 2020-04-30 00:19:14 +05:30
Oussama Bouchareb 71552acb06
translated devops.md to arabic in docs (#38255) 2020-04-29 23:13:19 +05:30
Mrugesh Mohapatra be2893e323
docs: update information about language 2020-04-29 22:31:52 +05:30
Mrugesh Mohapatra fe4ca9143c
docs: update instructions on testing (#38687) 2020-04-29 22:29:07 +05:30
Mrugesh Mohapatra 54bf2074e4
docs: add pr conflict guidelines (#38686) 2020-04-29 22:09:03 +05:30
Oliver Eyton-Williams 4a07964c79
chore: remove old e2e script (#38685) 2020-04-29 22:01:21 +05:30
Mrugesh Mohapatra ba053b7abe
chore(e2e): update cypress config (#38676) 2020-04-29 16:47:06 +05:30
Olubisi Idris Ayinde b009af1810
docs: added punctuation to listed points (#38666) 2020-04-29 16:46:35 +05:30
Oliver Eyton-Williams f2f5dbc4b8
fix(curriculum): improve declaration tests (#38546) 2020-04-29 16:39:48 +05:30
Mrugesh Mohapatra 6a1bb78142
fix/limit-branches 2020-04-29 16:20:14 +05:30
ZhichengChen 39df9d94c9
fix(i18n): update Chinese translation of basic javascript (#38027) 2020-04-29 15:59:13 +05:30