Commit Graph

45 Commits (d81d8c77b5ced76734bef88a63c38682120ffeb5)

Author SHA1 Message Date
Lee b9edc0a45f fix: spelling mistake + add further description. (#30477)
Corrected the spelling of 'three', and added more descriptive content.
2018-10-31 23:25:34 -04:00
Scott Tran 184dc8165b Added Hint/Solution to "align-self" Challenge (#20640) 2018-10-31 17:35:26 -05:00
Gregory Gubarev 21bdaba984
Responsive Web Design: Added hint to Make Circular Images with a border-radius (#21897)
Added hint to Make Circular Images with a border-radius (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/make-circular-images-with-a-border-radius and https://learn.freecodecamp.org/responsive-web-design/basic-css/make-circular-images-with-a-border-radius)
2018-10-31 22:56:51 +04:00
Scott Tran 1b4c49f13b Added Hint/Solution to "justify-self" Challenge (#20614) 2018-10-31 13:09:50 -05:00
Scott Tran 10562ae5e6 Added Hint/Solution to "Area Template" Challenge (#20575) 2018-10-31 12:09:22 -05:00
Scott Tran 799ea788ea Added Hint/Solution to "align-items" Challenge (#20533) 2018-10-30 22:26:29 -05:00
Scott Tran 2e7c6e32fe Added Hint/Solution for "grid-gap" Challenge (#20465) 2018-10-30 19:58:17 -07:00
Scott Tran 0275440256 Added Hint/Solution to "justify-items" Challenge (#20505) 2018-10-30 22:36:48 -04:00
Kaiguang Li 360e3fffbd Fix misplaced anchor tag (#20346) 2018-10-30 19:01:01 -07:00
Niraj Nandish 11ded8a6ba fix(guide): rename hint folder to correct folder name (#28589) 2018-10-29 13:52:02 -04:00
Aditya e653eab3f5 [Guide] Project Euler: Problem 10: Summation of primes (#30503)
* feat: added problem 10 solution

* Added some formatting and minor grammar changes
2018-10-27 19:37:25 -07:00
Parul 6963c2cfbf Added info on how to use :hover with anchor tag (#30476)
Added information on how to style the hover state of the anchor tag, along with an example.
2018-10-27 13:42:11 -04:00
Scott Tran 200a376382 Fixed Typo (#20473) 2018-10-27 02:06:47 +07:00
Aditya 24a8bbee70 [Guide] Project Euler: Problem 9: Special Pythagorean triplet (#28382)
* feat: added problem 9

* Removed extra word and added formatting to variable names
2018-10-26 08:38:17 -07:00
Aditya 2928dc250c [Guide] Data Structures: Create a Priority Queue Class (#19618)
* feat: added priority queue

* Corrected a few misspellings, added some white space between functions
2018-10-26 08:37:48 -07:00
Owais Ali 9f46e39960 fix broken link to hint (#28143)
Closes #28143
2018-10-26 13:34:23 +04:00
Pablo Rubianes 5c2bd53d5c fixes the Advanced Code Solution to make it work when run tests in the Convert HTML Entities exercise (#24930)
* fix in the Advanced Code Solution to make it work when run tests

* making htmlEntities a const to fix the example
2018-10-25 13:41:36 -07:00
Ariel a2e01e59db Replaces Project Euler stub with an article (#22850)
* Replaces Project Euler stub with an article
2018-10-25 13:06:26 -07:00
Resurreccion 89681f23a7 minor grammar fix (#28100) 2018-10-24 21:43:17 +01:00
Adrian Skar 816036dba6 [Guide] Basic JS: parseInt using radix. Replace stub with guide (#22456)
Guide for [Basic JavaScript: Use the parseInt Function with a Radix](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/use-the-parseint-function-with-a-radix)
2018-10-24 14:10:49 +05:30
Gregory Gubarev 93e53a66b4 Responsive Web Design: Added hint to Change a Variable for a Specific… (#19601)
* Responsive Web Design: Added hint to Change a Variable for a Specific Area

Added hint to Change a Variable for a Specific Area (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/change-a-variable-for-a-specific-area)

* Added correct solution
2018-10-23 18:41:31 -05:00
Tom 307eda4e1c remove link to google cert (#26555)
Why would there be a link to a single google certification on this page?
2018-10-23 20:26:36 +05:30
Gregory Gubarev 217ed50827 Responsive Web Design: Added solution to Cascading CSS Variables (#19596) 2018-10-23 22:51:36 +09:00
Niccolo Lampa 62a487f9cd new batch of redux challenge hints and solutions (#19691) 2018-10-23 07:30:30 -05:00
Gregory Gubarev 056a1b96d0 Responsive Web Design: Added hint to Add Borders Around Your Elements (#19589)
Added hint to Add Borders Around Your Elements (https://learn.freecodecamp.org/responsive-web-design/basic-css/add-borders-around-your-elements)
2018-10-22 17:20:00 -06:00
Sheldon 736eefcc04 Fixed typo error on line 10 "Non-opinionated" (#24068) 2018-10-22 11:47:46 -07:00
Jose Toledo 584f029d4d Update index.md (#19627)
Added clarification as to what needs to go in to the mount.
2018-10-21 10:24:20 -05:00
Gregory Gubarev 47bff1626b Javascript: add solution to hint Match Characters that Occur Zero or … (#19231) 2018-10-21 15:56:48 +09:00
Gregory Gubarev 86bf84264e Responsive Web Design: Added hint to Attach a Fallback Value to a CSS Variable (#19594)
Added hint to Attach a Fallback Value to a CSS Variable (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/attach-a-fallback-value-to-a-css-variable/)
2018-10-20 21:56:40 -05:00
Darryl Yeo cbccad9a20 Fix typo: "excercise" => "exercise" (#24084) 2018-10-20 21:05:25 -05:00
Aditya 96eb124163 [fix] Added articles back which were overwritten in previous commit (#24441) 2018-10-20 23:12:13 +05:30
Bouncey 6d511c558a fix(guide): Fix all frontmatter 2018-10-19 16:28:34 +01:00
Bill Sourour f0eb384b10 Smallest Common Multiple – Optimized Advanced Solution (#19572)
* Optimized advanced solution

Made 2 minor improvement to the advanced solution:

1. The original advanced solution used `Math.max` and `Math.min` against the supplied array, this causes the values in the supplied array to be compared twice. If we use sort instead, the values are only compared once and we can target the max and min values using an index. This is more efficient.

2. The original solution caused `lcm(min, min + 1)` to be evaluated twice. By incrementing `min` the first time we run `lcm` we avoid this duplication and also by taking advantage of the prefix increment operator ++ in the while loop, we trim a line.

* Fixed extra spaces in code block

* Incorporated code feedback from #19572

Made the following changes to the advanced code solution:

- Converted helper functions to arrow function constants
- Simplified comments
- Used destructuring and `sort` for `min` and `max`

* Fixed spacing.
2018-10-18 10:08:45 -07:00
The Coding Aviator 4a6d1b49ff Update index.md (#19715) 2018-10-18 15:48:05 +05:30
greggubarev de5ef2fa9f Responsive Web Design: Added hint to Inherit Styles from the Body Ele… (#19631)
* Responsive Web Design: Added hint to Inherit Styles from the Body Element

Added hint to Inherit Styles from the Body Element (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/inherit-styles-from-the-body-element)

* Added Full solution
2018-10-17 13:51:38 -07:00
The Coding Aviator 599b0ccdda Added solution to Add a Hover Effect to a D3 Element (#19606)
* Update index.md

* Update index.md
2018-10-17 22:12:38 +05:30
The Coding Aviator 28eb17914a Added D3 solution (#19607)
* Update index.md

* Update index.md
2018-10-17 22:05:20 +05:30
The Coding Aviator f46e517eb7 Added D3 solution to scatterplot challenge (#19609)
* Update index.md

* Update index.md
2018-10-17 22:04:35 +05:30
The Coding Aviator 68697c0009 Added D3 solution (#19604)
* Update index.md

* Update index.md
2018-10-17 22:03:24 +05:30
Adrian Skar a01cc367e0 [Guide] Basic JS: Random numbers within range. Enhancements (#19539)
* [Guide] Basic JS: Random numbers within range. Enhancements

Added code solution, explanation, resources and other minor fixes.

* Additional fix; list.

* update: created ordered list of calculation
2018-10-17 09:31:27 -07:00
greggubarev 2d1e125087 Responsive Web Design: Added hint to Change the Font Size of an Element (#19603)
Added hint to Change the Font Size of an Element (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/change-the-font-size-of-an-element)
2018-10-17 16:51:37 +05:30
greggubarev a5840c96d9 Responsive Web Design: Added hint to Create a Custom CSS Variable (#19605)
Added hint to Create a Custom CSS Variable (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/create-a-custom-css-variable)
2018-10-17 16:47:39 +05:30
Niccolo Lampa 35e2800af7 Added hints and solutions to Redux exercises (#19576)
* added hints and solutions to exercise

* added hints and solutions to problem
2018-10-16 23:52:48 -07:00
The Coding Aviator 40a1b43e75 Update index.md (#19571) 2018-10-16 21:10:23 -07:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30