Commit Graph

305 Commits (f1ef01b1657df520fc6ab8d30350f7c5aad5ee3b)

Author SHA1 Message Date
Lipis e84ae45008 Javascript -> JavaScript (English) (#35183)
* Javascript -> JavaScript (English)

* Update technical documentation page for required change

* Update use-class-syntax-to-define-a-constructor-function.english.md

* Update left-factorials.md
2019-03-28 14:05:41 +05:30
Zheng Fu 5dd27f88e4 simplifying the mathematical solution for Sum All Numbers in a Range (#35007)
* simplifying the mathematical solution

We don't need to sort the two number array, using Math.abs() we can get the count of the numbers in range and calculate the sum.

* Remove previously relevant info regarding sort()

* Clarify code for better readability

* change let to const according to review

* added missing semicolon
2019-03-27 22:26:59 +05:30
Randell Dawson 6f5610c4f3 fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
Kevin Trang 58b636eb35 Added example, explanation and solution to "Use Hex Code to Mix Colors" (#34658)
* Added example, explanation and solution to "Use Hex Code to Mix Colors"

* Remove problem

* Remove redundancy

* Update index.md
2019-03-27 01:10:12 +05:30
Kevin Trang 07c9173ad4 Added extra headings and solutions to "Create a Bulleted Unordered List" (#34680)
* Added extra headings and solutions to "Create a Bulleted Unordered List"

* Remove problem
2019-03-26 07:59:40 -07:00
Pawel Koronkiewicz 8d95b8af5d Fixed a link at first Relevant Links section. (#35680) 2019-03-26 19:41:58 +05:30
Adrian Skar 772f4e1c40 [Guide] ES6: Compare var and let scopes. Fixes and enhancements. (#34636)
* [Guide] ES6: Compare var and let scopes. Fixes and enhancements.

- Remove phantom image
- Remove notes for contributors
- Change explanation and hints so they don't provide the solution too early.
- Links to markdown + 2 more resources

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md

Co-Authored-By: AdrianSkar <adrian@adrianskar.com>

* fix: clarified the hint regarding variable i
2019-03-25 15:55:20 -07:00
Hassan Usman d331ad1fcd Fix typos: JS intermediate algorithm guide (#34874)
* Typo: JS Algorithm missing-letters

* Fix typo: Broken link syntax

* Fix typo: missing bracket

* Remove duplicate link/info
2019-03-25 09:03:55 -07:00
Emily Mentrek 2113b44b8a Correct typos in ES6 guide for getters/setters (#34951) 2019-03-23 15:19:15 -07:00
Nikolai Kiselev 4bc1d74f2a Add a solution for Finders Keepers challenge (#35655)
* Add a solution for Finders Keepers challenge

* Update link to markdown

* fix: removed repl.it link

* fix: made this the Intermediate Solution

* fix: added correct Intermediate icon
2019-03-23 08:35:58 -07:00
Eliezer Valenzuela 933ef11154 Added solution using map() (#34701)
* Added solution using map()

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/find-the-longest-word-in-a-string/index.md

Co-Authored-By: vzla0094 <43974195+vzla0094@users.noreply.github.com>

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/find-the-longest-word-in-a-string/index.md

Co-Authored-By: vzla0094 <43974195+vzla0094@users.noreply.github.com>
2019-03-23 16:08:25 +05:30
Bannon Tanner 01de9ca6f6 guide solution for Add Document Elements with D3 (#27095)
Added solution to the Add Document Elements with D3 stub
2019-03-21 23:31:49 +05:30
Syed Isam Hashmi b2fa8896ba Added solution for "Create and Add to Sets in ES6" (#27554)
* Added solution for "Create and Add to Sets in ES6"

* add full solution

* Remove notes
2019-03-21 21:33:36 +05:30
Binyamin Aron Green 21dd71a27d Update two pages in d3.js guide (#26433)
* Update d3 guide

* Update index.md

* Update d3.js index.md

* Update d3js index.md
2019-03-21 21:28:47 +05:30
Bannon Tanner 041fc6866f solution Add Inline Styling to Elements (#27240)
added full guide page for Data Visualization with D3: Add Inline Styling to Elements
2019-03-21 21:26:11 +05:30
Nikolai Kiselev ad5e844cb5 Add another solution (#35644) 2019-03-21 15:24:12 +05:30
The Coding Aviator df9bc7e1b5 Add solution to Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis (#34483)
* Update index.md

* Add full solution
2019-03-19 15:12:33 -07:00
Matheus Genteluci 6f28548668 Understand where an objects prototype comes from (#34643)
* Understand where an objects prototype comes from

- One hint and Solution added to index.md

* Add original seed code
2019-03-17 17:19:21 -07:00
Tom 32b53ba0e0 Add link I removed from challenge (#35429)
Added a link to a resource I removed from the challenge description
2019-03-14 08:10:05 -07:00
Drew Clements 4f71d9c8a7 Additional solution to Functional JS challenge (#29052)
* Added additional solution to the challenge

* Moved code explanation out of code block

* fix: moved sentences to same paragraph
2019-03-11 14:07:47 -07:00
Adrian Skar 97a74b68e8 [Guide] ES6: Prevent object mutation; fixes and enhancements (#34649)
* [Guide] ES6: Prevent object mutation; fixes and enhancements

- Remove phantom image
- Remove notes for contributors
- Change explanation and hints.
- Links to markdown

* Changed as requested

Changed titles as requested by @randelldawson. 
Note: I'm just used to [MDN](https://developer.mozilla.org/en-US/docs/MDN/Contribute/Guidelines/Writing_style_guide#Page_titles) and other language styles and though it was clearer. Is it ok now for this guide?

* fix: removed repl.it link
2019-03-10 11:07:48 -07:00
The Coding Aviator f991a487a1 Added solution to D3: Add axes challenge (#34243)
* Update index.md

* Update index.md
2019-03-10 09:42:27 -07:00
The Coding Aviator 76a400887c Added solution to Learn about Complementary Colors (#34347)
* Update index.md

* Update index.md

* fix: changed css to html
2019-03-09 06:50:13 -08:00
The Coding Aviator ae703e000e Added solution to grid-areas challenge (#34685)
* Update index.md

* Added full solution

* Fix language
2019-03-09 06:47:19 -08:00
The Coding Aviator 193e708165 Added solution to Use display: flex to Position Two Boxes (#34520)
* Update index.md

* Update index.md
2019-03-09 06:44:44 -08:00
The Coding Aviator 5bc2ceac97 Added solution to Add Flex Superpowers to the Tweet Embed challenge (#34542)
* Update index.md

* Add full solution
2019-03-09 06:43:16 -08:00
The Coding Aviator 28ea71d603 fix(guide): Fix solution for style multiple elements and remove stub text (#35530) 2019-03-09 06:33:51 -08:00
The Coding Aviator ddf2c993f5 Added solution to make typography responsive challenge (#34289)
* Update index.md

* Add full challenge
2019-03-09 06:24:30 -08:00
The Coding Aviator 526e3331c6 Added solution to Change an Element's Relative Position (#34281)
* Update index.md

* Add full solution
2019-03-09 06:12:14 -08:00
The Coding Aviator dd9566e96e Improved change the color using CSS guide article (#34284)
* Update index.md

* Update index.md
2019-03-09 06:10:54 -08:00
The Coding Aviator e3ee778c07 Added solution to use the s tag to strikethrough text (#34290)
* Create index.md

* Corrected title

* Update index.md
2019-03-09 06:08:59 -08:00
The Coding Aviator ed96df3be4 Added solution to create visual balance challenge (#34304)
* Update index.md

* Added correct language

* Update index.md
2019-03-09 06:07:39 -08:00
The Coding Aviator 65f58cf9c7 Added solution to Move a Relatively Positioned Element with CSS Offsets (#34305)
* Update index.md

* Update index.md
2019-03-09 06:05:30 -08:00
The Coding Aviator 076c604f59 Added solution to Lock an Element to its Parent with Absolute Positioning (#34317)
* Update index.md

* Update index.md
2019-03-09 06:04:32 -08:00
The Coding Aviator 2d07699cd6 Added solution to Lock an Element to the Browser Window with Fixed Positioning (#34318)
* Update index.md

* Update index.md
2019-03-09 06:03:18 -08:00
The Coding Aviator 4c4b7cc2cf Added solution to Center an Element Horizontally Using the margin Property (#34346)
* Update index.md

* Update index.md
2019-03-09 06:01:39 -08:00
The Coding Aviator 7825751bdf Added solution to Adjust the Tone of a Color (#34397)
* Update index.md

* Update index.md

* Update index.md

* Update index.md
2019-03-09 06:00:18 -08:00
The Coding Aviator e26988bd8c Fixed formatting, removed unreliable links and added solution to Create a Gradual CSS Linear Gradient (#34416)
* Update index.md

* Update index.md
2019-03-09 05:59:15 -08:00
The Coding Aviator 19e48b3dc8 Added solution to create a striped element challenge (#34431)
* Update index.md

* Update index.md
2019-03-09 05:57:28 -08:00
The Coding Aviator 3c1c8950b8 Added solution to Use the CSS Transform scale Property to Scale an Element on Hover (#34466)
* Update index.md

* Update index.md
2019-03-09 05:56:31 -08:00
The Coding Aviator 1e2e95612c Added solution to Use the CSS Transform scale Property to Change the Size of an Element (#34442)
* Update index.md

* Added full solution

* Update index.md
2019-03-09 05:55:40 -08:00
The Coding Aviator 1c919b64a9 Added solution to Create Visual Direction by Fading an Element from Left to Right challenge (#34509)
* Update index.md

* Update index.md
2019-03-09 05:54:05 -08:00
The Coding Aviator 0c1fcf534d Added solution to Use grid-area Without Creating an Areas Template (#34851)
* Update index.md

* Added full solution

* Update index.md

* Update index.md
2019-03-09 05:52:20 -08:00
Kevin Trang 2ea2f9b752 Added objective and solutions to "Introduction to HTML5 Elements" (#34689)
* Added objective and solutions to "Introduction to HTML5 Elements"

* fix: removed restatement of challenge problem
2019-03-09 13:03:16 +05:30
TylerGlenski 8d5d211975 SASS. @each. Replace stub (#34844)
* SASS. @each. Replace stub

Added 1x guide/example, 1x problem, and 1x solution.

* Removed problem from solution

Removed the problem from solution.

* Fix languages and made formatting changes
2019-03-09 12:33:18 +05:30
Morgan Adams de5b88265f update hr element guide to indicate use for separating themes; remove … (#34612)
* update hr element guide to indicate use for separating thems; remove xhtml syntax as it is outdated and confusing to beginners

* fix title syntax

* Add resources back in for hr help page
2019-03-08 19:02:40 -08:00
Dominick Designs Websites & Tech Training Seminars LLC 8635a777c6 grammatical-clean-up-added-few-sentences.md (#29078)
fixed grammatically errors. 
edited sentences to make the flow clearer
added few sentences.
2019-03-08 15:24:42 -08:00
Cameron Behdani 1625b8faf7 Rephrase/Clarification of given problem (#33004) 2019-03-08 15:23:02 -08:00
Dhirendra 1766e8fa10 Update index.md (#24818)
Add hint with example to use Attribute Selectors
2019-03-08 15:16:07 -08:00
Nikhil Wadekar e3e1b3003e Fixed code "To create Padding as a class" (#26580)
The opening curly bracket was replaced with the intended closing bracket.
2019-03-08 15:13:55 -08:00
DarkPanda 8a2927ff99 Add Font Family details (#28719)
* Add Font Family details

* fix: removed unnecessary comment
2019-03-08 15:12:51 -08:00
bagecka 2e939bcd66 Updated article on img tag alt attribute (#33853)
Populated content for stub article: Add a Text Alternative to Images for Visually Impaired Accessibility
2019-03-08 14:56:29 -08:00
Mario Kandut 61e8a7c8bd add: content for this challenge (#31782) 2019-03-08 14:53:49 -08:00
Mario Kandut 41314f1364 add: content for challenge - match ending string patterns (#31774) 2019-03-08 14:50:49 -08:00
JeanMendes bdc7c22ee6 Update "Escape Sequences in Strings" stub (#34006)
* Update "Escape Sequences in Strings" stub

* fix: replaced backspace with word boundary
2019-03-08 14:47:58 -08:00
Adrian Skar f0270b8439 [Guide] Basic JS: Inequality operator. Enhancements (#28501)
* Basic JS: Inequality operator. Enhancements

From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8651)
·Added exercise explanation, run code link, code explanation and resources.

* fixed: fixed typo
2019-03-08 14:42:20 -08:00
Adrian Skar 64d7eba61b [Guide] Basic JS: Greater than operator. Enhancements (#28510)
* [Guide] Basic JS: Greater than operator. Enhancements

From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8663).
· Added problem explanation, run code example, code explanation and resources.

* fix: removed repl.it link
2019-03-08 14:42:05 -08:00
Andrei Calinescu baed72fd3d Explained solution and added alternate (#34718)
* Explained solution and added alternate

Explained why the solution works and added an alternate, less elegant solution for comparison.

* Removed last line per feedback
2019-03-08 14:41:08 -08:00
F94Olivera e0ce2301e6 Added Hint 2 & remove repl links (#34745) 2019-03-08 14:36:08 -08:00
Dante Calderón a22526d17f Fix error in the markdown (#34990)
Fix error in the markdown closing the code fragment.
2019-03-08 14:08:26 -08:00
Garret Kemp e290762005 Provided code solution to jQuery challenge : Change the CSS of an Element Using jQuery (#35293)
* Update index.md

* Update index.md
2019-03-08 14:06:17 -08:00
The Coding Aviator 058db4f449 fix(guide): Add full solution code to jQuery challenges (#35488) 2019-03-08 14:04:01 -08:00
Kevin Trang da9171a57a Added a More Information section to "Import a Google Font" (#34633)
-Added additional links in the More Information section to show the user how to implement Google Fonts into their HTML and CSS code
2019-03-08 13:38:54 -08:00
DarkPanda 45b24b1de1 Add CSS Class to Style an Element details (#28749) 2019-03-08 13:23:33 -08:00
Akhil Pillai 2d2c13f2ab Add the text for clarity to the article (#28489)
Also added links for more info
2019-03-08 13:13:26 -08:00
Matheus Genteluci 9d09a12906 Use the javascript console to check the value... (#34644)
* Use the javascript console to check the value...

... of a variable.

- Solution added to index.md

* add full solution
2019-03-08 13:03:18 -08:00
chayawit cf8a79c0af Replace stub page with new hints (#34799)
* Replace stub page

* Update index.md
2019-03-08 12:16:27 -08:00
Omereshone Kelvin Oghenerhoro 21d2698a44 update front end certification guide handle action in the store solution code to return the state parameter not the defaultState object (#28485) 2019-03-08 10:35:02 -08:00
Owais Ali 3eab20af32 add guide of certificate/api/create a model (#29472)
* add guide of certificate/api/create a model

* Add syntax highlighting

* Update index.md syntax highlighting
2019-03-08 09:51:00 -08:00
Andrei Calinescu bf255ddb05 Added SASS solutions, fixed typos, code formatting (#34792)
* Added SASS solution and output CSS

* Fixed typo, added code formatting

The example code outputs for "start to end" and "start through end" were swapped. "1 to 3" does not include the end number, so should output "1 2", while "1 through 3" includes the end number, so should output "1 2 3"

* Added SASS solution and output CSS

* Added SASS solution

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator [suggestion](https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979).

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979.

* Fixed Markdown syntax

Minor edit

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#discussion_r263731937.
2019-03-08 21:07:52 +05:30
Rachel Irene Lunan c241ca7c49 added spelling hints (#29868)
* added spelling hints

* fix: changes pratfalls to mistakes
2019-03-07 14:17:12 -08:00
Bannon Tanner cfb6454775 solution Work with Dynamic Data in D3 (#27204)
changed stub to full explanation page with relevant links and basic/intermediate solutions
2019-03-07 18:54:44 +05:30
Bannon Tanner a8334f88c0 guide solution for Work with data in D3 (#27121)
changed stub to be a full solution
2019-03-07 18:51:49 +05:30
Gregory Gubarev 6eaacf526c Responsive Web Design: Added hint to Style Multiple Elements with a CSS Class (#24379) 2019-03-06 22:19:37 +05:30
Tom 3c9e19d999 fix: broken get a hint links [english] (#35280) 2019-03-05 16:22:23 -08:00
alittlepickle 86835361f1 Updated index.md from a stub. (#29731)
Added a cautionary note about the somewhat regular issue with Glitch where the FCC boilerplate app does not import. This is a common complaint on the forum from people who have no idea that the issue stems from Glitch.
2019-03-05 15:19:24 -08:00
The Coding Aviator a8a7f47e49 Added solution to modify fill mode challenge (#34500)
* Update index.md

* Add full solution
2019-03-05 14:43:37 -08:00
Tom 65c3188fd7 Fix/remove stubs on filled articles (#35506) 2019-03-06 01:57:17 +05:30
Owais Ali c816a88d3b Update guide 'install and set up mongoose' (#29450) 2019-03-05 13:05:16 -06:00
Randell Dawson 6f9dbbb2a5 fix(guide): rename guide article filename to include dot instead of dash (#35398) 2019-03-05 22:58:59 +05:30
Randell Dawson 0b912a1220 fix: removed invalid Intermediate solution (#35504) 2019-03-05 09:37:01 -06:00
Amir Hilal bc8efb5541 Solution to spread operators in Redux challange (#34268) 2019-03-04 15:38:40 -08:00
John Mantas cf721281ca Add solution using RegExp (#34294) 2019-03-04 15:35:27 -08:00
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