Commit Graph

16372 Commits (b13e23037ccf563858473fcd284641ef9d66b8bd)

Author SHA1 Message Date
Prabhat Kumar Sahu b13e23037c Solution mutate-an-array-declared-with-const.english.md (#18759)
* Update mutate-an-array-declared-with-const.english.md

* Improved JavaScript style
2018-10-15 20:54:43 -03:00
Prabhat Kumar Sahu 1e3804889e Solution compare-scopes-of-the-var-and-let-keywords.english.md (#18756)
* Update compare-scopes-of-the-var-and-let-keywords.english.md

* Improved JavaScript style
2018-10-15 20:51:56 -03:00
Prabhat Kumar Sahu 7d0212dfb8 Solution explore-differences-between-the-var-and-let-keywords.english.md (#18752)
* Update explore-differences-between-the-var-and-let-keywords.english.md

* Improve JavaScript style
2018-10-15 20:50:04 -03:00
Prabhat Kumar Sahu 6cb1a95c72 Solution use-multiple-conditional-ternary-operators.english.md (#18750)
* Update use-multiple-conditional-ternary-operators.english.md

* Update use-multiple-conditional-ternary-operators.english.md

* Improve JavaScript code style
2018-10-15 20:46:43 -03:00
petern 67cc558da6 Add solutions and update functional programming challenge instructions (#18931)
* feat: Update intro to currying

- Add solutions
- Add ES6 examples

* feat: Add solution to FP mutations

* feat: Add solution to function-programming map

- Add solutions, both vanilla and ES6 arrow functions
- Add JSON.stringify to console.log, makes it easier to see what the resulting output is rather than showing
e.g. [object, object, object]

* update: used the contributor's ES6 solution

Contributor originally had a non-ES6 solution and an ES6 solution.  I removed the non-ES6 solution.
2018-10-15 16:43:02 -07:00
Prabhat Kumar Sahu 459b8340f0 Solution use-the-conditional-ternary-operator.english.md (#18747)
* Update use-the-conditional-ternary-operator.english.md

* Use strict equals
2018-10-15 20:41:38 -03:00
Prabhat Kumar Sahu 7b8a6e7385 Solution use-the-parseint-function-with-a-radix.english.md (#18746)
* Update use-the-parseint-function-with-a-radix.english.md

* Improved JavaScript formatting
2018-10-15 20:40:05 -03:00
Prabhat Kumar Sahu 1f9e26c7fe Solution use-the-parseint-function.english.md (#18743)
* Update use-the-parseint-function.english.md

* Removed blank line
2018-10-15 20:38:37 -03:00
Yoelvis Jiménez f5590c1d0b Update solution to challenge (#18716)
* Update soluution to challenge

Add line $("#target4").html("<em>#target4</em>");
Link to Official Documentation and freeCodeCamp Guide

* Changec double quotes in JavaScript to single quotes
2018-10-15 20:37:13 -03:00
Heather Kusmierz b8f5e15c89 fix(guide): Fix book recommendation folder structure for mis-named file (#19386) 2018-10-15 16:07:07 -07:00
Jonathan Grah 65d47b6eeb fix: solution for checking if an object has a property (#19390)
Signed-off-by: Jonathan Grah <theflametrooper@gmail.com>
2018-10-15 16:04:24 -07:00
André Silva e6c9c6c124 Hotfix code formatting (#19387) 2018-10-15 23:54:31 +01:00
Andrew 7fc676a4d3 Fix(guide): Add C# book recommendations 2018-10-15 18:53:51 -04:00
Ginson Wong f097ffaf2e Added information on mobile cpus with summary (#18714)
-Added information stubs and summary on mobile cpus
-Tangible information on use sample cases for mobile which also contain cpus and its real world impact in the world of computing.
2018-10-15 15:44:11 -07:00
TheFishNiche 3d63972047 Punctuation fixes (#19350) 2018-10-16 04:03:47 +05:30
André Silva 4e141cd4e7 Hotfix typo (#19377)
* Hotfix typo

* fix: code formatting
2018-10-16 04:01:02 +05:30
André Silva 57cc378832 Quote output (#19374) 2018-10-15 23:19:35 +01:00
Ryan Bowlen 4a29977564 Added Solution to Challenge (#19372)
Added a Solution to "Basic Data Structures: Generate an Array of All Object Keys with Object.keys()" 's "Get a Hint" documentation.
2018-10-15 23:19:27 +01:00
ConnBreathnach 9e2d073203 Added link for installing Python (#19353)
If the user does not already have Python installed, I'va added a link to redirect them to our other article about installing it.
2018-10-16 03:48:53 +05:30
mathur619 d475ad7108 Explained form elements. (#19017)
* Explained form elements.

* fix: cleaned up contributor's formatting

* fix: cleaned up formatting for form attributes
2018-10-15 15:04:52 -07:00
Ryan Bowlen f4353999e3 Add solution to Challenge (#19369)
Added a solution to "Iterate Through the Keys of an Object with a for...in Statement"'s "Get a Hint" documentation.
2018-10-16 03:34:14 +05:30
FarhanYaseen ac383c7632 Added npm list for local modules (#19210)
* Added npm list for local modules

Added npm list command to list locally installed modules

* Update index.md
2018-10-15 23:01:41 +01:00
greggubarev 9a1b895002 Javascript: Added hint to Match Non-Whitespace Characters (#19243)
* Javascript: Added hint to Match Non-Whitespace Characters

Added hint to Match Non-Whitespace Characters (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-non-whitespace-characters and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/regular-expressions/match-non-whitespace-characters/)

* Replace match->matching

* Fixed grammar
2018-10-15 18:53:35 -03:00
Harsha Gudladona 9792d0976a Update index.md (#18912)
Updated Page struct and Name attribute in the Struct to follow best practices for Naming structs from [here](https://golang.org/doc/effective_go.html)
2018-10-15 16:39:46 -05:00
Viggy Kumaresan dc442f82b4 Fixed formatting of the sections. (#18919)
Adjusted spacing and formatting to make the text clearer.
2018-10-15 16:39:00 -05:00
Chris Reyes f67c81f01d elaborare on style options (#18920)
create numbered list with links for easy navigation
2018-10-15 16:38:14 -05:00
Shreyas Sunil Kulkarni 978c88a36c Updated index.md (#19365)
Made some change (π is not = 22/7 but only ≈(approximately equal to)
changed 'pi' to π
2018-10-16 03:07:37 +05:30
Petar Borisovski c3eb91b609 Added Linux® Notes for Professionals book to recommended books (#18929)
* Update index.md

* Added Pro PHP Programming - Peter MacIntyre

* Added C Notes for Professionals
2018-10-15 16:36:05 -05:00
Chris Reyes 2023d2bab5 add Heterogeneous enum, and description (#18930)
Add description of use for enums
2018-10-15 16:35:14 -05:00
Harsha Gudladona b9520deece Updated Object methods explanation. (#18933)
Fixed Object methods explanation and code samples to be more precise.
2018-10-15 16:33:29 -05:00
greggubarev 086758250b Javascript: edit hint (#19229) 2018-10-15 22:33:13 +01:00
Carcraftz 76881d4404 Added the reason to use socket.io over pure websockets (#18816) 2018-10-15 16:32:49 -05:00
The Coding Aviator 4348a4e1e2 Added solution to bootstrap text center challenge (#19230) 2018-10-15 22:32:17 +01:00
Jeffery L. Graham 9e298caefc Update numLegs to 4 for Dog constructor (#18817) 2018-10-15 16:31:58 -05:00
Ryan Bowlen 1200859c07 Added Solution (#19367)
Added a solution for the challenge's "Get a Hint" documentation.
2018-10-15 22:29:05 +01:00
FTarfasse 7393ccfba0 Replaced unmentioned fields by correct field (#18880)
Concerned queries are line 35 & 43
2018-10-15 16:26:58 -05:00
vikash vaibhav 2379d56b38 to clear array-list (#18818)
* to clear array-list

* Update index.md
2018-10-15 16:16:53 -05:00
vikash vaibhav c31aa711d6 import package that needed only. (#18819)
* import package that needed only.

if the whole package imported, file size increases

* some features of ArrayList

* changed format

* Update index.md
2018-10-15 16:15:38 -05:00
Carcraftz 335c4b120b Stress the importance of cable management (#18822)
Added the fact that bad cable management can also affect cooling
2018-10-15 16:14:13 -05:00
baskaodo a4b23f11d0 attached link to descriptive image (#18873)
* attached link to descriptive image

* Update index.md
2018-10-15 16:00:33 -05:00
FTarfasse d69472db12 Remove unmentioned fields in line 39 query (#18877)
Replaced fields "studentID" and "FullName" by sat_score.
2018-10-15 15:57:58 -05:00
FTarfasse 1bd1bcdf05 Removed unmentioned fields from query on line 33 (#18875) 2018-10-15 15:56:26 -05:00
Amit Sharma 5f244a6cab Added BASH books (#18829)
* Added BASH books

Added links of BASH and unix programming books

* Made suggested changes in BASH section

* Made suggested changes in bash section
2018-10-15 15:46:01 -05:00
jonniebigodes 4fcf655252 fix(guide): Redux Selectors (#18837)
* Update client/src/pages/guide/english/redux/redux-middleware/index.md

updated the redux middleware guide with some corrections regarding speach and style.

* Update client/src/pages/guide/english/redux/redux-selectors/index.md

created a guide document for redux select  with a minimal example.

* added a space on the title on selectors guide

* Update client/src/pages/guide/english/redux/redux-middleware/index.md

corrected title on redux middleware guide
2018-10-15 15:45:48 -05:00
Leon Kochetkov d9b3fc3346 fix: surround tags with code tags (#18847)
* Update index.md

Fixed tags markup

* Update index.md
2018-10-15 15:43:43 -05:00
baskaodo f4118ad767 replace "positive" by "non-negative" (#18833) 2018-10-15 15:41:56 -05:00
domilearns eb7e7d1d1d Added a resource to the list (#18836) 2018-10-15 15:39:42 -05:00
Matt Kaufman bdf1be402e Fixed grammatical error of has vs have (#19351) 2018-10-15 13:39:02 -07:00
Sibin Blessen 4381e9107e Update index.md (#18841)
Button on-click animation.
2018-10-15 15:36:26 -05:00
Shaurya Vardhan Singh 1aafeb9859 added return type of main() (#18614)
- Add return type of main()
- Fix small formatting and add reference link
2018-10-15 13:34:54 -07:00