Commit Graph

4052 Commits (953e1b2e113245186451e53c58afe2828f0afe47)

Author SHA1 Message Date
seanjs 30b630b5b7 Realign indentation and checkstyle of bracket (#29205)
* Realign indentation and checkstyle of bracket

* Update index.md
2019-02-25 18:17:43 +09:00
hwannee f6b7958094 Correct wrong bracket 2019-02-25 17:46:35 +09:00
Koustav Chowdhury d226f4ceaa Changed as per review 2019-02-25 16:45:05 +09:00
Koustav Chowdhury d4848df011 Alternative way to sort a vector 2019-02-25 16:45:05 +09:00
Enjel Hutasoit 544401abd5 Add example explaination (#33226) 2019-02-24 21:58:06 -08:00
v01d3tr 0f905531df feat: added info about typeof null (#26899)
* feat: added info about typeof null

* Further clarify change
2019-02-24 23:43:49 -05:00
Shashank Goyal ef625c80c6 Fix output of sample code (#28971)
sample code to avoid using shared or mutable state has output commented as 2 while it should be 1.
2019-02-24 18:46:13 -08:00
Amaka Mbah 36d1a7d369 Fix typo on line 6. Add info on line 6 & 7 (#31531) 2019-02-24 19:19:09 -07:00
Christian Coffey 145a94f192 Update index.md (#30085)
Removed an unnecessary example as well as changed the description for the usage of the 'await' keyword. Also added an example for async method declarations.
2019-02-24 19:03:33 -07:00
justingiffard 97834c64d2 Fixed example 2 so that its runnable (#22328)
added some some time consuming code and a return to `CalcDamage`
removed `static` from `CalcTotalDamage` so that the compiler doesn't complain that `CalcDamage` should be static
compiler wasn't happy with `totalDamage += CalcDamage(player);` or `return await Task.WhenAll(totalDamage)` because you are attempting to assign a Task to an int. Fixed it by using `WhenAll` correctly
Changed parameter name of `CalcTotalDamage` from `group` to `people` as  `group` can  be confusing to read as its used with linq
2019-02-24 18:36:06 -07:00
Nguyen Viet 063257939b add php tag + update coding style (#26602)
should use all camel case for method
2019-02-24 09:41:44 -08:00
isha2812 caf6d3446f added recursive implemenation in c++ in index.md (#26218)
* added recursive implemenation in c++ in index.md

* fix: formatting/syntax highlighting
2019-02-24 10:17:31 -07:00
Vyrza d6cb576e89 Add further references (#33511)
* Add further references

* fix: added formatting for links using bullets
2019-02-24 09:53:18 -07:00
SpeedX 01bd850d3c Updated some new usages (#31635)
* Updated some new usages

Displaying information using wild card and merging file usuage added

* fix: resolve-conflicts
2019-02-24 10:32:57 -06:00
Christian Garcia ee635832ad fix(guide): typos and grammar in quickselection (#29284) 2019-02-24 10:32:26 -06:00
Irfan N.Hamid f79843e7ee Added Ionic Logo (#29332) 2019-02-24 09:24:31 -07:00
Wingman J. Lee 58a2313e29 changed 'redirect' to 'redirecting' (#27983) 2019-02-24 09:05:23 -07:00
aizelagustino d45f3c4c9f Added link to elm-lang.org (#33035) 2019-02-24 09:04:44 -07:00
Sashweana a495944a28 Added features (#28508)
- Added Audits feature
2019-02-24 09:01:03 -07:00
Wendy Gonzalez a3b74bb020 added way to access dev tools (#27432)
Noticed the two items listed under 'accessing the dev tools' weren't consecutive steps so I changed them to unordered list and added a third way
2019-02-24 09:00:22 -07:00
Chris Del 10e9c6f340 Update Higher-Order Arrow Functions code challenge (#34414)
* fix: update text of Write Higher Order Arrow to be more instructive

* fix: update tests and code to be more simple. Edit typos in text part. Prepare for PR

* fix: further changes to PR

* fix: checkout old head. Merge later commit with older commits

* fix: add MDN links to arrow-functions guide

* fix: re-add removed log and change working in guide wording

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/write-higher-order-arrow-functions.english.md

Yep

Co-Authored-By: chrisdel101 <arssonist@yahoo.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/write-higher-order-arrow-functions.english.md

Removing unneeded line for clarity

Co-Authored-By: chrisdel101 <arssonist@yahoo.com>
2019-02-24 13:34:53 +05:30
codestin 5b73ed54e2 Update index.md with grammatical, spelling fixes (#28874) 2019-02-23 23:04:40 -08:00
Ian McCormack c91b475917 Corrected grammer, additional info & search glyph added. (#31431) 2019-02-23 22:54:20 -08:00
Jtorres68 e9478456f9 Added envelope and print icon and grammar fixes (#29261) 2019-02-23 22:36:01 -08:00
Thaurin b444d91364 Clean up and fix markdown/spelling errors (#27935)
* Clean up and fix markdown/spelling errors

* fix: removed comma
2019-02-23 22:26:28 -08:00
BlueFlames17 a6da90f702 Punctuation and spelling fix (#28316) 2019-02-23 22:24:31 -08:00
Connor 50ae2dac8b Small grammar edits (#29912) 2019-02-23 22:02:17 -08:00
Anna Tyrrell 975f49eb61 Edit for spelling and grammar. (#27611) 2019-02-23 21:47:00 -08:00
Meghan Westvig 1ef8270608 Fixing spelling errors (#27194) 2019-02-23 21:35:00 -08:00
Chanda 7cfdacd1b4 Updated verbiage for clarity (#26537)
Modify some of the core text in the article for clarity to the reader.
2019-02-23 21:25:27 -08:00
Javed Mohamed 01b8030bbe Improve C dynamic memory guide (#23849)
- Fix many errors and facts to be more accurate.
- Add more examples and cover all four commonly used functions.
- Rewrite parts to be more clear.
- Add some useful notes and warnings ... memory allocation is error prone!
2019-02-23 21:18:22 -08:00
Istvan Acs 8128ab00ea Add more description (#27989) 2019-02-23 21:10:16 -08:00
Sherman 6a42eb1fd0 Cleaned up wording and updated links to newest version (#33915) 2019-02-23 20:05:56 -08:00
Koustav Chowdhury a4c4eb7fb4 Suggested ways of improving Quickselect (#23850) 2019-02-23 21:46:00 -06:00
TrangNgu65 7381f0b69a Grammatical error fix (#28786)
Fixed some grammatical errors with capitalization and diction.
2019-02-23 14:58:59 -08:00
Aaron Fox cd0bf772e1 Added linked list time complexity table (#28086) 2019-02-23 14:51:00 -08:00
heymanpreet 2c1fbfea28 Added expansion of translation phase (#30314) 2019-02-23 14:47:25 -08:00
Praedor 61618d1e95 Corrected Grammar Mistake (#27225)
Acronyms are meant to be capitalized and (optional) periods between letters.
2019-02-23 14:44:43 -08:00
Alex 82e42bc21c Added in on good v. bad comments (#29942)
Added paragraph about best commenting practices in the introduction and relevant FreeCodeCamp link in the More Information section.
2019-02-23 16:06:57 -05:00
Shamp 06fe81b587 good practice for java doc (#29252)
good practice for java doc
2019-02-23 15:17:24 -05:00
Angelisa 132c0260c4 Added descriptions (#31641)
to Brackets and Sublime Text sections.
2019-02-23 12:31:40 -07:00
Sparsh e3b9659b00 Added "cost of js in 2018" additional resources (#30485) 2019-02-23 12:04:02 -07:00
Hadhemi 9506495042 Update index.md (#29597) 2019-02-23 11:58:16 -07:00
typinghands 3d41c07e86 Added 1 resource to the blogs area (#28570)
Added a specific medium article where they collected the most mentioned javascript books. Medium describes the list as, quote "Google’s BigQuery analysed top mentioned books of Hacker news , Stack Overflow and Reddit."
2019-02-23 11:57:30 -07:00
LOHare 6e2d7b0a7e Added 4 addition websites to the Tutorial SubHeader (#28488)
*   [Udacity Intro to JavaScript](https://eu.udacity.com/course/intro-to-javascript--ud803)
*   [Tutorial to React](https://reactjs.org/tutorial/tutorial.html)
*   [Introduction to Babel](https://flaviocopes.com/babel/)
*   [Khan Academy - Intro to JS](https://www.khanacademy.org/computing/computer-programming/programming)
2019-02-23 11:56:54 -07:00
Rajiv Ranjan Singh 04421a979c Update index.md (#35373) 2019-02-23 13:43:31 -05:00
Александр Мурзин eec1a140a1 fix translate to russian (#28865)
(planned out and budgeted) mine translate will more correct i think.
2019-02-23 18:48:04 +04: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
Lidiya 7cda5ce59c [Russian] Improved translate (#28752) 2019-02-22 23:41:21 +04:00
marcosetm c835c4485a add align properties and code samples (#31396) 2019-02-22 10:39:02 -08:00