Commit Graph

22223 Commits

Author SHA1 Message Date
93c7843467 Update index.md (#29155)
This article seemed a little light on content and examples. The grammar was also a little off.

I have re-written the article to include more examples, cleaned up the grammar, and included a "further reading" suggestion.
2019-03-04 09:53:53 -07:00
259eec5ab5 Sass import doesn't need file extension (#34802)
Added that the Sass import statement doesn't need the file extension like it doesn't need the underscore.
This helps beginners to better understand the concept and avoid confusion.
2019-03-04 09:35:07 -06:00
6222b86133 Update understand-the-hazards-of-using-imperative-code.english.md (#35052)
Moved instructions into correct section.
2019-03-04 09:24:54 -06:00
99c7f28530 fix: remove <code> tags around word queue (#35393) 2019-03-04 09:12:29 -06:00
61b7ac8948 Clarified use of using namespace std (#30681) 2019-03-04 08:11:15 -07:00
281819741a Edited commas (#30627) 2019-03-04 07:54:11 -07:00
b5601f612b Minor text updates (#29923) 2019-03-04 17:33:58 +05:30
61f4c46bff Add more resources to linear gradient(#27272) 2019-03-04 17:33:10 +05:30
b0c239ff53 Fix match single unspecified characters hint page (#34615) 2019-03-04 17:14:38 +05:30
ff4afe4683 Add --grep flag to git-log (#25158) 2019-03-04 17:01:32 +05:30
5b71c2b25e Added content to stub about quadratic formula(#24716) 2019-03-04 16:57:12 +05:30
f93e494f4a A basic solution to challenge sum-all-primes (#34249) 2019-03-04 16:06:05 +05:30
28fb711a10 fix: add test for an empty section 2019-03-04 08:56:11 +00:00
6d5e3865e7 fix(client): return an empty string for empty sections 2019-03-04 08:56:11 +00:00
cd501ee4c5 change wording: React component -> class component (#34692)
Hi,

I noticed that in the instructions it is written that in the code editor there is a functional component and a React component. I do believe this is a typo as both are React components, just defined differently. Therefore, the sentence should be "...there is a simple functional component called ChildComponent and a class component called ParentComponent...".

Theo
2019-03-04 01:47:28 -05:00
6db2e12e9e fix: Removed unnecessary note from instructions (#35502) 2019-03-03 23:56:22 -06:00
cd18e168a6 Add documentation on jQuery chaining (#26702) 2019-03-04 10:39:06 +05:30
5ba54685a8 Update 'union' to 'subset' in Tests. (#34788) 2019-03-04 00:06:54 -05:00
9a8e961c59 fix(guide): Fix java index.md heading level (#35326) 2019-03-03 19:50:16 -08:00
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
25ea44edf5 fix(challenge): allow new line in linear-gradient formatting (#35435)
* fix(challenge): allow new line in linear-gradient formatting

* fix(challenge): update test with suggested changes

* fix(challenge): update test to use computed style
2019-03-03 19:32:41 -06:00
345e3b1c89 A couple of grammar fixes (#24865)
Changing all the words like 'usted' to a more familiar treatment 'tú' in a more uniform and natural way
2019-03-03 22:25:16 +01:00
f7899f3f1c Added object oriented keyword in definition of cplusplus (#30056) 2019-03-03 14:14:40 -07:00
5da72be9ca Added wikipedia link for Bjarne Stroustrup (#30052) 2019-03-03 13:22:19 -07:00
99906d2589 Added some more information (#27749) 2019-03-03 12:43:13 -07:00
f40c83cae6 Basic gramatical changes (#34587)
* Basic gramatical changes

Corrected a few typos to improve the wording

* commit suggested changes

Improve line 9 from "before" to "earlier"
Revert line 14
2019-03-04 00:03:49 +05:30
Tom
3d0b5c55ea fix:reformat-npm-section (#35422) 2019-03-04 00:00:44 +05:30
218bcfe75d Add lines 109-118(reading files) (#27795)
* Add lines 109-118(reading files)

* Update index.md
2019-03-03 10:11:21 -08:00
7463e75530 Add hint & example for using CSS selectors. (#24807) 2019-03-03 23:15:47 +05:30
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
49cc719af8 fix(formatting): Information Security with HelmetJS challenges (#35419)
* fix(formatting): Information Security with HelmetJS challenges

fix(formatting): Information Security with HelmetJS challenges

fix(formatting): Information Security with HelmetJS challenges

fix(formatting): Hetmet JS challenges

fix(formatting): Hetmet JS challenges

* fix(curriculum): Remove hr

* fix(formatting): Helmet JS

* Change code to blockquote

* fix: indented code in blockquotes
2019-03-03 09:07:37 -08:00
87f04caf82 Fixed typos and added a reference. (#27451) 2019-03-03 08:14:07 -08:00
76fd0ce297 Added method to delete objects (#33474) 2019-03-03 07:55:52 -08:00
d78db71f34 Color change command (#28128) 2019-03-03 20:24:22 +05:30
b156d395fe Some grammar fixes (#24860)
Some grammar and lexical improvements to the description and instructions text
2019-03-02 21:38:43 +01:00
91a5cc67cf fix(guide): Update code editor references (#34960) (#35363) 2019-03-02 10:00:39 -08:00
6b581d6f81 Rgbcolors with alpha channel (#27219) 2019-03-02 10:00:44 -07:00
d4d1834766 working-in-tech/remote-versus-onsite (grammar fix) (#32241) 2019-03-02 18:46:03 +05:30
9440cca69f Added example Input/Output to challenge (#34738)
* Added example Input/Output to challenge

Input/Output example will make it clear what the challenge is asking the camper to do.

* Formatting changes made to file

* Made minor changes in formatting

Added <code> tag to single line code.

* Formatting update

* Added requested formatting changes

* Refactored sentence and removed earlier example
2019-03-02 02:26:23 -05:00
cb3db952ee fix: update guide article for javascript conditional ternary operator (#35388) 2019-03-02 11:09:15 +05:30
3d1fd805e6 feat: add solution to accessibility challenge (#35484) 2019-03-01 20:03:38 -05:00
890d7be105 Elaborated on the definition of a mixin and added definition of extends with a code example (#28046) 2019-03-01 16:49:07 -07:00
9f3e196574 bubble sort example in php added (#24929)
* bubble sort example in php added

* bubble sort example in php completed (#3)

bubble sort example in php completed
2019-03-01 16:48:53 -07:00
b10256e853 Added formatting and explanation to Use the Conditional (Ternary) Operator (#34310) 2019-03-01 15:40:29 -08:00
8679a70c55 Add Boyer-Moore article to string algorithms section of guide (#34937)
* Add files via upload

* fix: corrected front matter

* fix: renamed to be index.md
2019-03-01 15:00:27 -08:00
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
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
53bb915868 Agregar definicion y ejemplo. (#20895) 2019-03-01 23:36:27 +01:00
e59e7cd2dd Updated index.md to change the grammatical mistakes (#32494)
* Updated index.md to change the grammatical mistakes

In the line no. 6, added an "an" before the word "element". Similar corrections in line no. 8, 9, and 10. In line no. 8, "then" is added in the line to make a proper meaning in completing the sentence. The word "to the" is added before the words such as "top", "left" and "bottom" in line nos. 9 and 10 to make a proper sentence.

* Update index.md

* Added a , before the then statement
2019-03-01 14:29:10 -08:00
Joe
8eae311392 clear (#24643)
* clear

added an explanation of the clear command

* add title fix format

* fixed format

* fixed title

* Fix filename to index.md
2019-03-01 13:49:29 -08:00