Commit Graph

23100 Commits

Author SHA1 Message Date
Tanuj Sharma
2c1a838990 added another property of string with code samples (#29224) 2019-03-27 14:14:54 -07:00
Randell Dawson
6c82a07b2d fix: made destructuring test more flexible (#35685) 2019-03-27 23:59:53 +05:30
Rajiv Ranjan Singh
242ef56f1b Update index.md (#35689) 2019-03-27 23:02:17 +05:30
Tiffany Levison
a29c364d24 Added links to system categories. (#27650) 2019-03-27 22:54:01 +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
DESR95
c859c9c279 sentence fix on line 12 (#33230)
Inserted "the" in sentence "In (the) 21st century, computer science has become a backbone for every technological leap we take forward.
2019-03-27 22:16:05 +05:30
Rajat Saxena
4bb213549a Added subdisciplines for 'Software Engineering' (#29561) 2019-03-27 22:15:36 +05:30
Jiewei
7e69a4e791 Change paragraph and spelling error (#28215)
Changed "Today, if you attend an undergraduate computer science course, you will learn about both hardware and software. You'll learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript)." to "Students who are interested in computer science will first learn about both hardware and software. It is important to learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript) because it will help individuals understand computer science intuitively." This change emphasizes the importance of what students are learning today and why it is important.
2019-03-27 22:15:13 +05:30
lasjorg
be687977cf fix(challenge): add .english to file name (#35687) 2019-03-27 06:38:25 -07:00
NITIN BISHT
a403dfe5e1 fix: formatting code for quality assurance and testing with chai (#35471) 2019-03-27 17:01:58 +05:30
johncgenere
78a4f45b0c Added link to Babel to see JSX to HTML conversion (#35691) 2019-03-27 16:32:01 +05:30
Avahe Kellenberger
cde8516688 Added missing 'var' on variable declaration. (#35675) 2019-03-27 11:37:58 +05:30
lasjorg
d9213b38cd fix(challenge): remove child selector from name attribute test (#35423) 2019-03-27 11:33:41 +05:30
Zebulan Stanphill
8e6bfd57bf Fix missing variable declaration in data structures challenges (Russian) (#35640) 2019-03-26 21:57:15 -07:00
Zebulan Stanphill
94f7ff2802 Fix missing variable declaration in data structures challenges (Portuguese) (#35639) 2019-03-26 21:56:35 -07:00
Zebulan Stanphill
c7f6f9ac55 Fix missing variable declaration in data structures challenges (Chinese) (#35637) 2019-03-26 21:55:48 -07:00
Zebulan Stanphill
0de2050bff Fix missing variable declaration in data structures challenges (Arabic) (#35636) 2019-03-26 21:54:06 -07:00
lasjorg
69d9d522a2 fix(challenge): fix broken regex (#35632)
* fix(challenge): fix broken regex

* fix(challenge): update solution
2019-03-26 21:48:52 -07:00
lasjorg
a1e853337b fix(challenge): simplify and cleanup tests (#35535) 2019-03-26 21:35:38 -07:00
Oliver Eyton-Williams
b10589fadf fix: Challenge solution added and broken test updated. (#35526)
* fix: solution added and broken test updated.

* fix: Change test to equality and finish solution

* Update use-css-selectors-to-style-elements.english.md
2019-03-26 21:01:22 -07:00
doomcrewinc
87c296732e Documented -c flag for resuming file download (#24942)
* Documented -c flag for resuming file download

* fix: changed to long version of continue option
2019-03-26 18:24:02 -07:00
Gourav
82ff627738 Add recursive function definition and example (#30714) 2019-03-26 18:16:37 -07:00
Smith Nkereuwem
74cd81faf9 An Update to the intro to PHP guide. Quick Little Review. (#33961)
* Update index.md

* Update index.md
2019-03-26 18:14:14 -07:00
Saurav Bajracharya
a585eef1f7 Added some texts regarding external php scripts (#30419)
and calling them using include and require
2019-03-26 18:12:17 -07:00
Tedo Haris Chandra
f0524ad9f9 Help adding articles how to download files in the background using wget on Linux (#29936) 2019-03-26 18:08:07 -07:00
Jakub Michalak
84787429fb Update linux/how-to-download-files-with-wget/index.md (#27288) 2019-03-26 18:06:21 -07:00
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
Lucas Thompson
f194ddb7fc Update line 1 (#32413)
rewrite of line one for clarity and readability.
2019-03-26 12:24:49 -07:00
Lucas Thompson
5ebc182180 add text "electronic switches called" (#32402)
Adding the text provides a basic definition of what a transistor is, and does, to those unacquainted with electronic circuitry.
2019-03-26 10:12:34 -07:00
Pijus
80913a66d6 Updated index.md with direct links and grammar fix (#32081) 2019-03-26 09:57:48 -07:00
Justin Hilliard
8b5ef8cfdd Fix(Curriculum): Constructor function not explained before ES6 #17865 (#35463)
* Fix(Curriculum): Constructor function not explained before ES6 #17865

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.english.md

Co-Authored-By: hilliarj <hilliarj@dickinson.edu>

* Update to #17865 PR

Fix(Curriculum): Constructor function not explained before ES6. Used an unordered list and the syntax that others recommended.
2019-03-26 09:53:19 -07:00
Karthik Rao
532b1d2232 fix: update react router guide article (#28612) 2019-03-26 09:13:24 -07:00
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
Domingo Moronta
d63ea99e3f Add parentheses to print commands (#33137) 2019-03-26 07:38:41 -07:00
cindydhy
aa302cd5e5 Fixed formatting issues. (#35137) 2019-03-26 19:56:50 +05:30
aniltirli
a70b243ea2 Comment addition for "break" (#33714) 2019-03-26 19:55:39 +05:30
Pawel Koronkiewicz
8d95b8af5d Fixed a link at first Relevant Links section. (#35680) 2019-03-26 19:41:58 +05:30
Pooja-Talan
f8e613862e String indexing example added (#30300)
* String indexing example added

* Update index.md
2019-03-25 21:15:31 -07:00
Taiyue Tan
a4de1ad170 changes to formatting, language and text (#28332) 2019-03-25 20:58:37 -07:00
King Josaphat Chewa
a415c2055b Better use of "let" (#32800) 2019-03-25 20:44:06 -07:00
Aaron Fox
3055dfc912 Added caveat about brute force algorithms (#28079) 2019-03-25 20:34:41 -07:00
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
seanlaing
e4870c472a fix/update-es6-destructor-challenge: Added test (#35455)
* fix/update-es6-destructor-challenge: Added test
- Added test incase during destructuring somebody pass and extra key

* fix/update-es6-destructor-challenge: Fixed the test case per review comments
-Cleaned up regex
- Setup two cases one where additional assignment of variables before and then after
- Did not put uppercase case CONSTANT checks because not related to question

* fix: corrected tests
2019-03-25 15:49:56 -05:00
Hrishit Prasad Biswas
4eb4afe53b Fixed bug in 2nd test for Access Multi-Dimensional Arrays With Indexe… (#35666)
* Fixed bug in 2nd test for Access Multi-Dimensional Arrays With Indexes Challenge

* Fix for issue #35665

Fixed Bug In 2nd test case for Access Multi Dimensional Arrays With Indexes

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/access-multi-dimensional-arrays-with-indexes.english.md

Co-Authored-By: Artistic18 <hrishitbiswas20@gmail.com>

* fix: added missing ) for assert statement
2019-03-25 15:42:21 -05: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
Jean Jordaan
33edc072b9 Use the correct element name in <code> blocks, gloss it seperately (#35616)
* Update link-to-external-pages-with-anchor-elements.english.md

If you write "`anchor` element" instead of "`a` element", you should also write "`hyperreference` attribute", instead of "`href` attribute".
Suggestion: write "`a` (_anchor_) element", or "anchor (`a`) element", to communicate the element name explicitly and gloss it at the same time.
The `<code>` sections should be valid code as far as possible.

* Change md to html

* Don't mark up 'anchor' as code

The tag is `a`, the name is _anchor_.

* Revert "Don't mark up 'anchor' as code"

This reverts commit 50c6a3a7c9.

* Don't mark up 'anchor' as code

The tag is `a`, the name is _anchor_.
2019-03-25 10:50:33 -05:00
TheITJuggler
4854c73eee Added line break at line 26 to improve readability (#32325) 2019-03-25 08:09:41 -07:00
Shak
f81d7ee18a Updated index.md (#29117)
Updated the article to mention TCP stack as related to OSI Application layer rather than for routing. "Routing" is done via IP Headers.
2019-03-25 08:08:17 -07:00
Sunny
2f8299e903 Added type of Kotlin language in its definition. (#27010) 2019-03-25 08:06:27 -07:00