Commit Graph

17048 Commits

Author SHA1 Message Date
5e951090bf Corrected the example regular expressions. (#19615)
* Corrected the example regular expressions. 

Removed the extra spaces from inside the regex at lines 44-45 and 56 - 58.  Spaces do not affect JS commands but make a difference inside a regex. The way they were the examples did not return true.

* Fixed reviewer's suggestions

Revert the test back in line 58. Remove unnecessary spaces in lines 56, 58.
2018-10-23 07:10:40 -05:00
edf7a5f781 Changed a type "attibutes" to "attributes" (#23857) 2018-10-23 16:02:06 +05:30
069d425c05 Changed regex to resolve to true. (#19725)
Removed unnecessary spaces from regex
2018-10-23 18:42:10 +09:00
f8267a257a fixed sentence on line 15 (#23778)
added a comma and the phrase "on your computer"
2018-10-23 14:22:09 +05:30
7722a547d0 Gramatical changes in line 9 (#23781) 2018-10-23 14:19:58 +05:30
49eb6e7408 update guide-text for 'surface-area-of-a-cone' (#26002)
update guide-text for 'surface-area-of-a-cone' with proper-text, expressions and video-link
2018-10-23 01:37:28 -07:00
045ddc156c Fixing some Spanish translations (#18866) 2018-10-23 17:16:45 +09:00
9a51e8ebb5 fix: update JavaScript standard objects String.prototype.trimright stub article (#23170)
* fix: update javascript standard objects String.prototype.trimright stub article

* fix: method name, title, example and link text
2018-10-23 13:18:40 +05:30
e8dc31f845 Update index.md (#24173)
Incorrectly spelled words: Organizational and Across were corrected.
2018-10-22 23:43:24 -07:00
018f941277 Fixed bootstrap link 2018-10-23 15:41:22 +09:00
80918b962a Update index.md (#24917)
Added intro about strings
2018-10-22 23:41:14 -07:00
1980bd06a6 Update index.md (#25069)
Added a space after a dot.
2018-10-22 23:39:03 -07:00
3115588b8f Update index.md (#25613) 2018-10-22 23:26:20 -07:00
dbf1e325d9 Merged Inline Function and Inline Functions articles (#21847)
* Combined Inline Function articles

* Merge articles titled "Inline Function" and "Inline Functions" under "Inline Functions" for C++

* Combined articles, deleting "Inline Function"

* Delete "Inline Function" article
2018-10-22 21:25:55 -07:00
7c12962885 Correción de texto (#19824)
Agrego "---" para poder ver correctamente la tabla del titulo.
2018-10-22 21:53:28 -06:00
bbc6203565 Updated Vue intro (#19817)
Grammar change and added additional information links
2018-10-22 21:35:37 -06:00
f959612689 Add "style" to Angular-CLI options (#19816)
Shows the person who's reading the documentation how to create an angular app using different style sheet file extensions.
2018-10-22 21:33:38 -06:00
a41806a28d Add currentNode variable to Remove Element from a linked list (#25131) 2018-10-22 20:24:32 -07:00
6c680b1ac2 Update index.md with inline-style links for books (#26039)
Inline-style links were not used for all books listed. This commit adds inline-style links where they were missing.
2018-10-22 22:48:18 -04:00
b81e4a4f4b feat(guide): Add cloud firestore guide article for android development 2018-10-22 22:10:19 -04:00
199a015c07 Added info on Erasure in Java Generics (#26100) 2018-10-22 22:09:01 -04:00
04685545a7 Make code visible (#19809) 2018-10-22 20:57:34 -05:00
e815d86998 Fixed some typos. (#26132) 2018-10-22 21:49:25 -04:00
7b2afb246d Text contains wrong function name (#20906)
Code block shows function name `sum`, but text incorrectly refers to it as `add`.
2018-10-22 19:17:04 -06:00
fb663d334f Fix(guide): Update article with more details and explanation 2018-10-22 21:16:29 -04:00
7fe751782a Fix(guide): Add new book title for DevOps 2018-10-22 21:10:19 -04:00
106e82be74 Fix(guide): add ControlFX 2018-10-22 20:53:58 -04:00
57a063416c PHP variable & data type edits (#19651) 2018-10-23 09:47:36 +09:00
cfe2b24ab3 Add clearer titles for methods (#19781) 2018-10-22 19:30:39 -05:00
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
bcae3ddfb6 adding ## to arabic translation (#25337) 2018-10-23 00:09:55 +01:00
c062315bdc Changed CSS rules back to English (#19575)
Also, use back-ticks for code block and added indentation
2018-10-22 17:02:04 -06:00
7c57c6ee57 Changed html element back to 'body' from Spanish (#19553)
Change CSS rules back to English as well.
2018-10-22 16:45:56 -06:00
894e67cfd6 Edits made to hardware folder (#19536)
* fix: update general hardware info

* fix: remove typos and update hard-drives

* fix: remove redundant sentence in GPU
2018-10-22 16:39:10 -06:00
02206a2123 Modified the sort function (#25978)
Modification in the sort function to implement the better practice of returning 0 for the same elements. Not implementing the practice can break the function in new browsers.
2018-10-23 04:01:24 +05:30
e3059ee4c8 Fixed misc typos (#25642) 2018-10-23 03:49:02 +05:30
9bb7c08d9b Corrected spelling on Line 32 (#25686)
Corrected spelling on Line 32 of "candidate".
2018-10-23 03:28:52 +05:30
3f695e4ebd Fixed typo: "date" to "data" (#21905) 2018-10-23 03:11:36 +05:30
a87a87075a Corrected a spelling mistake (#23317) 2018-10-23 02:48:36 +05:30
441db7351c Update index.md (#24960)
* Update index.md

added Phaser to more info.

* Improvements to Game Engine links
2018-10-22 20:31:20 +01:00
18a012e656 Bound service (#24052)
According to the android guideline there are there services type and I added the bound service to this document to make it compatible with latest android guideline
2018-10-22 12:01:47 -07:00
b40aa9c718 Update index.md (#21037)
Clarified some grammar and style
2018-10-22 15:01:37 -04:00
38d4c4c6cd added " C programming ressources link" (#21039)
* added " C programming ressources link"

This links to TutorialsPoint which is a good ressource for most of the programming languages

* Added "Unordered list for the tutorial element"
2018-10-22 14:58:42 -04:00
a5e8e3a271 Updated syntax and reworked layout (#21040) 2018-10-22 14:57:25 -04:00
421141d7f4 Fix typo: "reaplce" => "replace" (#24056) 2018-10-22 11:56:00 -07:00
20dc65f6ce Use a descriptive text for the Wikipedia link (#24057) 2018-10-22 11:55:19 -07:00
af85bc3c71 Fix typo: "Excercise" => "Exercise" (#24063) 2018-10-22 11:52:30 -07:00
7f77a786c6 Small Change on Accents (#21042) 2018-10-22 14:52:15 -04:00
f24303d8e7 Fix typo: "Excercise" => "Exercise" (#24064) 2018-10-22 11:51:46 -07:00
6027a29b7b Update index.md (#24066)
Improved explanation of arrow function syntax
2018-10-22 11:50:50 -07:00