Commit Graph

172 Commits

Author SHA1 Message Date
Mateusz Konieczny
b0c239ff53 Fix match single unspecified characters hint page (#34615) 2019-03-04 17:14:38 +05:30
OLOGUNOWA Samuel
f93e494f4a A basic solution to challenge sum-all-primes (#34249) 2019-03-04 16:06:05 +05:30
Ruben Lamon
a412195e38 added extra solution to pig latin guide (#34465)
* added extra solution to pig latin guide

* Fixed repl.it link for Advanced solution

* Remove repl links

* Fix formatting issue
2019-03-03 17:53:46 -08:00
Dhirendra
7463e75530 Add hint & example for using CSS selectors. (#24807) 2019-03-03 23:15:47 +05:30
The Coding Aviator
6f9cad3315 fix(guide): Change true and false to equal and not equal in ternary operator challenge (#35494) 2019-03-03 09:13:12 -08:00
rupali317
cb3db952ee fix: update guide article for javascript conditional ternary operator (#35388) 2019-03-02 11:09:15 +05:30
The Coding Aviator
b10256e853 Added formatting and explanation to Use the Conditional (Ternary) Operator (#34310) 2019-03-01 15:40:29 -08:00
ramyasree
6dbec7e44f Added hints and solutions to Redux exercises (#35244)
* Added hints and solutions to Redux exercises

solution to Redux exercise: Copy an Object with Object.assign

* Added the full code for the solution
2019-03-01 14:53:43 -08:00
Garret Kemp
46c4263931 Added code solution to jQuery challenge: Remove Classes from an Element with jQuery. (#35269)
* Update index.md

* Update index.md
2019-03-01 14:50:23 -08:00
The Coding Aviator
48312b3ff9 fix(guide): Fix language names in jQuery section of guide (#35271)
* Fix language names

* Fix language name

* Update index.md

* Fix language names

* Change javascript to js
2019-03-01 12:33:52 -08:00
The Coding Aviator
efe39a5da8 fix(guide): Add full solution to jQuery challenge: Use jQuery to Modify the Entire Page (#35270)
* Add full solution

* Update index.md
2019-03-01 08:28:12 -08:00
merkur0
5665222c70 Added a Basic Code Solution to "False Bouncer" challenge (#34858)
* Added a Basic Code Solution

I have also provided the Code Explanation and Relevant Links.

* Added 3 backticks to code

Co-Authored-By: merkur0 <ondramerkun123@gmail.com>

* Added 3 backticks here too

Co-Authored-By: merkur0 <ondramerkun123@gmail.com>

* Removed deprecated part of text

Co-Authored-By: merkur0 <ondramerkun123@gmail.com>

* fix: reformatted links and add closing backticks
2019-02-28 16:39:56 -08:00
Francisco Gutierrez
fadea0cfe8 fix: Fix typo (#34779)
Changed "chack" for "check"
2019-02-28 12:41:55 -08:00
Lance-Drane
f687f804d8 Solution for Intermediate Algorithm Scripting: Pig Latin (#34446)
* Solution for Intermediate Algorithm Scripting: Pig Latin

Solution exclusively utilizes regex and string functions

Username: finally_static

* Properly format sublists

* sublists

* sublists

* sublist

* fix: added #2 to existing Intermediate solution

* Create a number for first intermediate solution
2019-02-27 19:49:00 -05:00
Dennis Liu
ae5e2398aa fix(guide): add intermediate solution to guide (#25485) 2019-02-27 19:03:53 -05:00
Nemanja Jeremic
8db94edcab added documentation ur (#34631)
added documentation url for  String.fromCharCode() method
2019-02-27 13:53:22 -08:00
Oliver Eyton-Williams
36bad642c2 Add variable declaration (#34702)
* Declare variable

* Update guide/english/certifications/javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array/index.md

Co-Authored-By: ojeytonwilliams <ojeytonwilliams@gmail.com>
2019-02-22 14:03:34 -08:00
Harkirat Singh
e202b917d6 Update index.md (#35323)
* Update index.md

Completion of solution code.

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>
2019-02-21 09:32:41 -08:00
Garret Kemp
02ef934ce5 replaced freeCoceCamp -> freeCodecamp (#35292) 2019-02-18 23:14:19 -08:00
OLOGUNOWA Samuel
ce17020fed Added a missing opening bracket (#34447)
There was a missing opening bracket for the array `romans`
2019-02-14 19:45:57 -08:00
Lipis
5818b277c4 Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery

* JQuery

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>
2019-02-14 06:59:19 -08:00
ghukahr
dcc1397c0c Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676)
* Fix code not passing on challenge tests

The code was not passing the challenge tests because we must sum only odd numbers. Cince we didn't provided an initial value for reduce, it would use the first element of the array, and if it was an odd number, it would skip our validation and add it to the final result.

[https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058](https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058)

* Same English fixed for Arabic

* Same English fix for Chinese

* Same English fix for Portuguese

* Same English fix for Russian

* Same English fix for Spanish
2019-02-12 15:54:53 -08:00
Sidak Singh Aulakh
c9a4c901d4 Added Solution in Guide to while sass problem (#35172)
* Guide: added solution @while sass

Added proper Solution to the Guide for the problem Apply a Style Until a Condition is Met with @while, this is no longer a stub

* fix: used 2-space indentation and removed verbiage

* Removed images with broken links

* Added back the images previously removed.
2019-02-12 13:32:07 -08:00
Tom
469b6595b8 Fill in stub for "Install and require helmet" (#34100) 2019-02-11 13:27:33 -07:00
Tom
42f274b665 Fill in stub for infosec "helmet.hidePoweredBy()" (#34102) 2019-02-11 13:26:26 -07:00
Tom
e74fcb2108 [guide] [english] Fill in stubs for helmet lessons (#34332)
* fill in stub for helmet lesson on noSniff()

* fill in stub for helmet lesson ieNoOpen()

* fill in helmet hsts() stub

* fill in stub for helmetjs lesson-DNS prefetching

* fill in stub for helmet lesson on noCache()

* fill in stub for helmetjs lesson on XSS

* fill in stub for helmet lesson 'parent'

* fill in stub for lesson on bcrypt

* fix type `is` to `it` on line 11

* fill in stub for bcrypt hash lesson

* fill in stub for bcrypt hash sync

* fill stub for helmet lessons overview

* fix spacing

* fix typo
2019-02-11 13:25:59 -07:00
Tom
723ef28ad1 Update index.md (#34108) 2019-02-11 13:25:35 -07:00
Tom
aedcfad1c0 Fill in stub for infosec "helmet.xssFilter()" (#34109) 2019-02-11 13:24:55 -07:00
Kenny Zhou
342d8657a5 guide: add code explanations to algorithm (#25816)
Added a code explanation for the beginner and intermediate code solutions of the 'convert-html-entities' algorithm, from the js certification
2019-02-11 06:17:34 -05:00
Jason Yung
bff8e37049 Clarify ReactDOM.render usage (#34682)
* Clarify ReactDOM.render usage

demo code misleads campers into thinking that the second arg for ReactDOM.render is a string

* Update index.md
2019-02-08 07:53:38 -08:00
The Coding Aviator
f683a487d1 Added solution to Learn about Tertiary Colors (#34360)
Update guide/english/certifications/responsive-web-design/applied-visual-design/learn-about-tertiary-colors/index.md

Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com>
2019-02-07 16:01:58 +01:00
Nemanja Jeremic
5fbdb753a7 added full explanation and solution for the challenge (#34364)
* Update index.md

* added second solution as suggested
2019-02-07 14:08:29 +01:00
Sidak Singh Aulakh
fe085246c8 Use the Spread Operator to Evaluate Arrays In-Place, adding the proper solution. (Fixes #35022) (#35037)
* Adding proper solution for spread operation

Use the Spread Operator to Evaluate Arrays In-Place: adding the proper solution for the challenge

* made some more changes

* Fixed the Solution in es6 class constructor guide

Fixed the vegetable solution in Guide: Use class Syntax to Define a Constructor Function
2019-02-05 11:39:52 +03:00
The Coding Aviator
4783deafdc Added solution to Adjust the Color of Various Elements to Complementary Colors (#34362)
* Update index.md

* Update index.md

* Update index.md
2019-01-26 18:56:15 -08:00
James Hunter
eef0d1e811 added hint, fixed typos, updated formatting (#33492)
* added hint, fixed typos, updated formatting

* fix: fixed typo
2019-01-26 17:27:19 -08:00
Andrei Calinescu
6f04b00ea0 Fixed spelling errors, omissions, code typos (#34145)
Added missing regex tags at the end, fixed variable name, and erased an unnecessary space at the end of some of the test strings.
2019-01-25 23:42:35 -08:00
Rohan Mohammad
66688e8a02 First 10 Fibonacci numbers are 1, 2, 3, 5, 8, 13, 21, 34, 55, 89. (#34723) 2019-01-25 15:51:45 +09:00
Ashley Hartsock
232036e588 Fixed punctuation (#31545) 2019-01-22 20:22:31 -06:00
Ashley Hartsock
1b8abd5e7f Edited for clarity (#31542) 2019-01-22 20:21:30 -06:00
ChelseaKumar123
57f2e013b4 Update index.md (#33820)
The above changes will greater benefit the clarity and rhythm of the text.
2019-01-20 10:00:27 -07:00
aizelagustino
a43740c1ba Changed wording of header to match link (#33024) 2019-01-20 09:48:22 -07:00
Bradley Budach
67d1707c39 Add legacy description (#28537)
It adds a description for the removed legacy certifications, and explains that the challenges are still available and can be completed.
2019-01-20 09:41:40 -07:00
Nikihil
06158c2cac Minor update in the text. (#28428) 2019-01-20 09:28:48 -07:00
Rich Noah
32ff53d1e6 added projects (#28358)
referenced the number of projects completed in the process.
2019-01-20 09:27:28 -07:00
ronbo
5a0c2821e3 Improve copy for screenreaders (Accessibility) (#27321)
Linking just the word "here" can make it difficult for people accessing your page using a screenreader or other accessibility technology. Some screenreaders present a list of links available on a page and "here" doesn't give any context to the user.
2019-01-19 09:31:58 -07:00
The Coding Aviator
ca2d01a81c feat(curriculum): add grouping characters challenge and guide (#34875)
Added new challenge for mixed grouping of characters
2019-01-17 22:08:46 +01:00
JesseJams
0bc1b2fece Fix small typo (#28505)
'useres' to 'users'
2019-01-16 08:16:15 -06:00
Weerayut Teja
d6b8c5fcee Remove meaningless 4 in use a retina image guide (#30789) 2019-01-15 17:28:06 -06:00
jenshaw86
b499ea880a Corrected spelling in 'following' (#32360) 2019-01-15 17:27:11 -06:00
Quentin REY
fa4ddea155 Correction Spolier -> Spoiler (#34474) 2019-01-15 17:25:02 -06:00