Commit Graph

328 Commits (04bc992cfb9f1917c1c426a1939eb12fbaeb301e)

Author SHA1 Message Date
Stuart Taylor cee98aef43 feat: watch challenges (#34321) 2018-11-16 23:52:52 +05:30
Valeriy 82ec250c75 fix(curriculum): prevent infinite test execution (#34297) 2018-11-16 23:46:27 +05:30
br3t badb4842f5 Improve russian translation (#22506)
Editing translation for jump-straight-to-the-content-using-the-main-element.russian.md
2018-11-16 21:48:13 +04:00
br3t e9c73094e4 Improve russian translation (#22488)
Editing translation for improve-readability-with-high-contrast-text.russian.md
2018-11-16 21:47:52 +04:00
Tomer Ben-Rachel cd783c32da Adding link to React documentation (#32635)
* Adding link to React documentation

* Modified link to fit github markdown

* Update use-proptypes-to-define-the-props-you-expect.english.md
2018-11-16 11:55:56 -05:00
The Coding Aviator fd8414062d Fixed issue which was causing problem while testing for headings challenge (#19590)
* Update use-headings-to-show-hierarchical-relationships-of-content.english.md

* Update use-headings-to-show-hierarchical-relationships-of-content.english.md

* Update use-headings-to-show-hierarchical-relationships-of-content.english.md

* fix(tests): for closing tags

* Update use-headings-to-show-hierarchical-relationships-of-content.english.md

* Update use-headings-to-show-hierarchical-relationships-of-content.english.md
2018-11-15 20:59:35 +05:30
Zaur Bairamau a5876e57f4 correct translation, typos, wording (#21722)
* correct translation, typos, wording

* сh6
2018-11-13 20:35:00 +04:00
Peres Badial e45c3d9025 Update extract-matches.portuguese.md (#26034) 2018-11-13 07:54:48 -02:00
Bouncey dace86663f fix(current-challenge): Fix current-challenge API 2018-11-13 05:39:50 +05:30
Zaur Bairamau a12cd461ee correct translation, typos, wording (#21825) 2018-11-12 21:01:23 +04:00
elcodex 85b2076736 [Rus] RWD: CSS Grid Improved translation of use-css-grid-units-to-cha… (#23364)
* [Rus] RWD: CSS Grid Improved translation of use-css-grid-units-to-change-the-size-of-columns-and-rows

* Updated line 20
2018-11-12 20:59:56 +04:00
elcodex a4fc51a1a4 [Rus] RWD: CSS Grid Improved translation of create-a-column-gap-using… (#23382)
* [Rus] RWD: CSS Grid Improved translation of create-a-column-gap-using-grid-column-gap

* Updated line 13
2018-11-12 20:59:20 +04:00
Lauren Van Sloun 04d8e46012 Updated text formatting and inconsistencies for files in basic-html-and-html5 challenges (#19921) 2018-11-12 19:23:12 +09:00
Kenford20 7304bdc0af Update description of pig-latin algorithm (#21235) 2018-11-12 16:13:49 +09:00
Aditya 0c4ab033aa feat: added solution (#34293) 2018-11-11 21:02:11 -07:00
Zaur Bairamau 39f6f7e180 correct translation, typos, wording (#21631) 2018-11-11 19:01:53 +04:00
Aditya 9e688056ef fix(curriculum): Problem 10 added optimized code (#31066) 2018-11-11 17:50:08 +03:00
Aditya aaba2298bf fix(curriculum): Problem 47 - Added optimized solution 2018-11-11 17:39:45 +03:00
rand0123 8c0a667e37 local title change (#33651)
* local title change

I added more translation to the title.

* fix typos error
2018-11-10 15:34:05 +00:00
Aditya c353c4c659 fix(curriculum): Problem 35 - update solution 2018-11-10 10:19:16 +03:00
Greg Brewton 7a1256df79 Minor clarification (#34250)
(?=\D*\d) is looking for a non-number to precede a number. If '12Three' was passed in to test, it would not match though it matches the stated criteria of 5 character minimum length and two consecutive numbers.
2018-11-10 10:33:01 +05:30
Aditya 2235752962 [fix] Data Structures: Create a Circular Queue challenge example (#34237)
* fix: example and improved solution

* lots of formatting changes to markdown, grammar corrections
2018-11-09 16:55:09 -07:00
Evgeniia Garnaga c6bd0850fd Add the improved Russian translation to this challenge (#21088)
* Add the improved Russian translation to this challenge

* ЗАменила коробку на квадрат

* Change the translation in the text of the tests
2018-11-08 22:53:43 +04:00
Evgeniia Garnaga f37c3915b0 Adds the improved Russian translation to article (#20946)
* Adds the improved Russian translation to article

* Заменила коробку на квадрат

* Change the translation in the text of the tests
2018-11-08 22:53:28 +04:00
Efremov Dmitry a85dceece1 Update add-font-awesome-icons-to-all-of-our-buttons.russian.md (#24308)
* Update add-font-awesome-icons-to-all-of-our-buttons.russian.md

Little russian translate correction

* ch 9
2018-11-08 22:50:01 +04:00
mail-liam 86be0947b5 Updated tests for 'Iterate through an array with a for loop' to ES6 (#19722) 2018-11-08 22:02:21 +09:00
Anas Salam 29863028ae image added to website (#34247)
image added to website using 'img' tag, 'src' tag and 'alt' tag
2018-11-08 10:39:13 +05:30
joaomfiumari 62ca5f95c5 Improved bubble sort challenge translation (#29530)
Improved the portuguese translation of bubble sort challenge description.
2018-11-07 19:11:24 -02:00
Zaur Bairamau 9e781f4e3e correct translation, wording (#21936) 2018-11-07 22:07:17 +04:00
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
Carol W 0251f68aaf fix: update tests for create and add to sets challenge (#18838) 2018-11-07 21:13:58 +09:00
Prabhat Kumar Sahu fa4117ae85 Solution write-higher-order-arrow-functions.english.md (#18772) 2018-11-07 20:37:01 +09:00
Dulce Hernández e24a2d9fdb update code examples for spanish translation (#18583) 2018-11-07 20:36:28 +09:00
Anas Salam 4ea0953446 submit button added (#34233)
submit button added to the form
2018-11-06 11:44:23 -05:00
Carol W 54074a790c fix: add additional tests for Regular Expression challenge (#18696)
fix(curriculum): add additional tests and solution for Restrict Possible Usernames challenge
2018-11-06 16:21:26 +03:00
zcarroll4 4cec01a21c Bootstrap Page with H3 Element (#32139)
fix(curriculum): added solution for Bootstrap Page with H3 Element
2018-11-06 16:09:14 +03:00
zcarroll4 85c9fe0a48 Added Bootstrap Styled Button (#32140)
fix(curriculum): added Bootstrap Styled Button solution
2018-11-06 15:24:48 +03:00
mail-liam 7f4b440f64 Fix typo in test. Colors -> classes (#21108) 2018-11-05 16:23:01 -05:00
Dennis Wolfers 9c44af828d added missing word 'like' to the Instructions (#34215) 2018-11-05 19:20:22 +00:00
The Coding Aviator f4ff1d961d Corrected wording in es6 challenge (#19946)
* Update compare-scopes-of-the-var-and-let-keywords.english.md

* Updated line

Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com>

* Format the document
2018-11-05 12:58:36 -05:00
Kyrylo Anisimov f55b1c6146 Fix the Russian title (#24739)
Change the title from "Доступ к объектам с переменными" to "Доступ к свойствам объектов с переменными"
2018-11-05 21:39:04 +04:00
Kyrylo Anisimov ad8e8cb1a1 Fix translate of js add article into Russian (#24732)
Change the words "Добавить два номера" to "Сложить два числа"
Add the preposition "в"
Change the word "добавления" to "сложения"
2018-11-05 21:37:34 +04:00
Kyrylo Anisimov 6a30c175d3 fix translation of Counting Cards into Russian (#24721)
Change the words "Счетные карточки" to "Считаем карты"
Add the preposition "в"
2018-11-05 21:36:16 +04:00
Kyrylo Anisimov 6995185f92 Resolve Russian translation issue (#24708)
Change the word "подразделением" to "делением"
2018-11-05 21:34:34 +04:00
Valeriy 24c1110a87 fix(curriculum): fix solution (#34220) 2018-11-05 08:09:44 -08:00
Nuno Diogo dfe7058acb Add text translation corrections to the article (#21104) 2018-11-05 09:05:09 -06:00
Nuno Diogo 5d658ad4d5 Add text translation corrections to the article (#21094) 2018-11-05 09:04:19 -06:00
Nuno Diogo 249ba84351 Add text translation corrections to the article (#21087) 2018-11-05 09:03:54 -06:00
Nuno Diogo 7288e79a97 Add text translation corrections to the article (#21082) 2018-11-05 09:03:18 -06:00
Connor Lindsey 6726f94aeb Update Return-largest-number-in-arrays.spanish.md (#19182)
Proofread section correcting some grammar and replacing tu form with more formal and appropriate ud.
2018-11-05 07:29:04 -07:00