Commit Graph

1191 Commits (e2378faf96e80af7b776d9df91fdec76605e0cd5)

Author SHA1 Message Date
Kris Koishigawa 2053e99cd5 S problems 2019-06-26 17:34:03 +08:00
Kris Koishigawa df88daa482 fix(challenges): J problems 2019-06-26 17:34:03 +08:00
Kris Koishigawa 263d2c496b fix(challenges): I problems 2019-06-26 17:34:03 +08:00
Kris Koishigawa a3fd1aa284 fix(challenges): H problems 2019-06-26 17:34:03 +08:00
Kris Koishigawa 537d1ed642 fix(challenges): G problems 2019-06-26 17:34:03 +08:00
Kris Koishigawa abbfee1189 fix(challenges): Formatted F challenges 2019-06-26 17:34:03 +08:00
Kris Koishigawa 1a56a5b0ae fix(challenges): Minor changes to D challenges. Add E challenges 2019-06-26 17:34:03 +08:00
Kris Koishigawa 461155f7ef fix(challenges): Replaced image with svg in Cut a Rectangle 2019-06-26 17:34:03 +08:00
Kris Koishigawa da4999cb46 fix(challenges): Moved challenge instructions to instructions section 2019-06-26 17:34:03 +08:00
Kris Koishigawa 3a7ac2c0c0 fix(challenges): Forgot to remove the space between the function name and first parenthesis 2019-06-26 17:34:03 +08:00
Kris Koishigawa bc1d2be822 fix(challenges): Added all D problems except Department Numbers 2019-06-26 17:34:03 +08:00
Kris Koishigawa d024b96a92 fix(challenges): Went back and fixed a missing A problem. Fixed C problems. 2019-06-26 17:34:03 +08:00
Kris Koishigawa f9f4048258 fix(challenges): Revert 24 game due to another PR being submitted 2019-06-26 17:34:03 +08:00
Kris Koishigawa 201c383148 fix(challenges): Fixed formatting for numbered and challenges starting with A 2019-06-26 17:34:03 +08:00
Tom 51b5defb7e fix/regex-upper-and-lower-bounds-tests (#36059)
* fix/regex-upper-and-lower-bounds-tests

* fix/add-solution-back

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/regular-expressions/specify-upper-and-lower-number-of-matches.english.md

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-06-25 14:45:20 -07:00
Randell Dawson 3fa14df925 fix: renamed folder without starting dash (#36124) 2019-06-21 18:05:33 -04:00
Randell Dawson f53ca79890 fix: changed tests to allow other valid solutions (#36210) 2019-06-21 18:04:30 -04:00
Randell Dawson 63a0fa745b fix: improved tests to allow more valid solutions (#36193) 2019-06-20 17:09:46 -04:00
Randell Dawson a6afaf1eb6 fix(curriculum) - added new tests to prevent invalid solutions in the Remove Elements from a Linked List by Index challenge (#36168)
* fix: added new tests to prevent invalid solutions

* fix: corrected tests and added solution

* fix: added linked word

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: added by one

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: removed duplicate code

* fix: changed verbiage

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: added extra line to avoid linting errors
2019-06-20 13:34:08 -04:00
Stan Choi a13d116aab fix(learn): Added solution for invert binary tree data structures challenge (#35922)
* fix: add solution for invert binary tree

* Fixed errors

* Used 2 spaces per request

* deleted images

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: added extra line to avoid linting errors
2019-06-20 13:28:37 -04:00
Andrew Zaw 6f4a9ed721 Reorganized instruction text on multiple challenges (#35912)
* Reorganized instruction text on multiple challenges

* Fixed spaces

* Fixed spaces again

* Update curriculum/challenges/english/08-coding-interview-prep/data-structures/add-elements-at-a-specific-index-in-a-linked-list.english.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/08-coding-interview-prep/data-structures/find-the-minimum-and-maximum-height-of-a-binary-search-tree.english.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: added code tags
2019-06-20 13:16:31 -04:00
Daniel Simeonov 81d7127a5d Added solution for English/Data-Visualization/Hover-tod3-element (#36220)
* Added solution for English/Data-Visualization/Hover-tod3-element

* Added full solution for Data-Visualization-D3/Hover-effect-to-d3-element

* fix: added extra line to prevent linting errors
2019-06-20 09:49:47 -07:00
Stan Choi 204ece1c70 fix: Add Solution in Curriculum/Challenges/English/08/CodingInterviewProblems/DataStructures/CREATE_LINKED_LIST_CLASS.md (#35819)
* fix: add solution create linked list class

* fix: added extra line to avoid linting error

* fix: renamed some variables
2019-06-20 10:11:26 -05:00
Tina Wang f203273e3a Solutions for sorting algorithm challenges in Coding Interview Prep/Algorithms (#35905)
* added bubbleSort solution

* added insertionSort

* fixed spacing in bubbleSort

* added selectionSort

* added a test

* Fixed a reference to the array with the wrong array name in the solution

* fix: added extra lines to avoid linting errors

* fix: added comments back into seed
2019-06-20 10:03:31 -05:00
Oliver Eyton-Williams 2024e238fa feat(curriculum): Add basic recursion lesson (#36200)
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>
2019-06-19 23:50:44 +05:30
leodaher 0be75e4b39 feat(curriculum): Add fetch challenge to the current curriculum. (#36033)
* Add fetch challenge for the current curriculum
2019-06-18 00:19:33 +02:00
Michał Kozłowski 8b40da02a3 multiple ternary operator challenge - add note about code readability (#36269)
* fix multiple ternary operator challenge

* Fix a typo in multiple ternary operator challenger

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

* Fix a typo in multiple ternary operator challenge #2

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-06-15 19:06:56 +01:00
adamthahir acbc07e0ff Fixed typo addressed in #36225 (#36227)
* Fixed typo addressed in #36225

* Updated as per discussion.
2019-06-15 13:02:01 +07:00
Ahmad Abdolsaheb d24778ceb8
fix: replace imgur URLs with s3 URLs for files with potential conflict (#36049)
* fix: replace imgur with s3 for files with potential conflict

(cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a)

* fix/remote extra link

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert change
2019-06-12 11:19:43 +03:00
Mahesh Jaganiya 72aaddfc12 Improve Regex (#36078)
* Updated assert.match() to assert.equal()
2019-06-11 10:43:08 +02:00
anthonykyi 97f6b73a0e Added Binary Search Tree Challenge (#35907)
* Added Binary Search Tree Challenge

* fix yaml, fix solutions, fix tests

* Fixed recommended fixes
2019-06-10 23:35:21 -04:00
RIHANE ZAKARIA d86951f9c1 Added solutions for 3 challenges in English / data-structures (#35825)
* Solution for add-elements-at-a-specific-index-in-a-linked-list.english.md

* Solution check-if-an-element-is-present-in-a-binary-search-tree.english.md

* Solution for remove-elements-from-a-linked-list-by-index.english.md

* change indent level to 2 space for each level

* change indent level to 2 space

* change indent level to 2 space

* delete unnecessary new lines

* keep the same seed format , and delete unnecessary new lines

* delete unnecessary new lines

* fix: added review suggestions

* fix: Added link and code tags
2019-06-10 18:17:11 -04:00
Ugur Yilmaz 2a18b1a308 Consistency Update for label and input elements for last lessons (#36192)
* Updated to reflect the relationship between label and input elements

* Updated to reflect the relationship between label and input elements
2019-06-09 20:47:50 +01:00
Weibin Luo 8cb540fe85 fix: use lowercase for 'article' tag (#36222) 2019-06-09 07:47:09 -07:00
Oliver Eyton-Williams 43fa451a38 fix(curriculum): Change wording to talk about inheritance not cascade (#36110) 2019-06-08 19:09:00 -07:00
Kristofer Koishigawa 8f633299ef fix(challenges): Replace camper leaderboard project (#35763) 2019-06-09 05:23:28 +05:30
Siddhant Shekhar c1d3817732 fix : replaced test cases' string to make more sense (#36170) 2019-06-06 15:53:31 -07:00
Fabricio Asfora Lira 2da9d631ef fix: update "Note" formatting in "Remove Elements from a Linked List" challenge (#36173)
* fix: update note format

* fix: moved note to same line
2019-06-06 14:27:58 -05:00
Courtney Landau f70bcce463 spelling and grammar fixes (#36061)
* spelling and grammar fixes

* Update curriculum/challenges/english/06-information-security-and-quality-assurance/advanced-node-and-express/send-and-display-chat-messages.english.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-06-04 16:22:23 -04:00
Randell Dawson 5a06b71ac4 fix: modified tests text (#36169) 2019-06-04 16:14:52 -04:00
Randell Dawson da610150ad fix(curriculum): added new test and corrected existing solution for Remove Elements from a Linked List challenge (#36121)
* fix: added new test and corrected solution

* fix: corrected test

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: corrected test

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: allow last element to be removed

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-06-04 14:55:50 -04:00
Val Lipat 6feda1badb Improve capitalization (#36166) 2019-06-04 07:52:52 -07:00
Randell Dawson 0303da3677 fix(curriculum): Convert blockquote elements to triple backtick syntax for Coding Interview Prep (#35998)
* fix: converted blockquotes

* fix: reverted several code blocks to blockquotes
2019-06-04 08:07:22 +01:00
Niraj Nandish c1bb01da31 Fix broken links in Portuguese challenges (#35127)
* fix(challenges): Fix broken links in Portuguese challenges

* fix: corrected link
2019-06-03 13:51:23 -07:00
Niraj Nandish 82b340d429 Fix broken links in Russian challenges (#35128)
* fix(challenges): Fix broken links in Russian challenges

* fix: corrected link
2019-06-03 13:51:09 -07:00
nataly 70cfa581ab fix some sentences (#35286) 2019-06-03 13:33:16 -07:00
elcodex a251c9dd57 [Rus] Improved the translation of Redux challenges (#34311)
Updated file "create-a-redux-store.russian.md"
2019-06-03 13:19:05 -07:00
Sergey Lebedev 46a6a112f2 Improved Russian translation. (#34194) 2019-06-03 13:18:04 -07:00
gmal1 f04701bba8 fix grammar/readability (#34299) 2019-06-03 13:17:35 -07:00
Sergey Lebedev 685a80d41b Improved Russian translation. (#34192) 2019-06-03 13:15:12 -07:00
Marco Quintella 458a087c14 Translation fixes (#34302)
Changed the position of the substantives to fix the mistakes when translation English to Portuguese. Some small adjustments to the word choices in order to make the text more clear.
2019-06-03 13:13:13 -07:00
elcodex 3d686549be [Ru] Improved translation of Project Euler 01 (#34151)
Some changes have been made in the file "problem-1-multiples-of-3-and-5.russian.md".
2019-06-03 13:10:52 -07:00
elcodex 4a6001535c [Ru] Improved the translation of Project Euler 03 (#34162)
Changed the file "problem-3-largest-prime-factor.russian.md".
2019-06-03 13:10:07 -07:00
Sergey Lebedev 64425088bb Improved Russian translation. (#34148) 2019-06-03 12:59:38 -07:00
Sergey Lebedev 6e1917d635 Improved Russian translation. (#34122) 2019-06-03 12:59:17 -07:00
Michael Kotlik 122510a06b Fix grammar and word choice in Russian translation (#34093) 2019-06-03 12:53:59 -07:00
Michael Kotlik 8e24f42b00 Fix grammar and word choice in Russian translation (#34088) 2019-06-03 12:52:48 -07:00
Flavia Schaller 97672ece03 A few translations and adjustments (#33685) 2019-06-03 12:50:46 -07:00
Felipe Acquati 380427bfee Syntax correction (#33648)
The word 'turma' is used for a group of people. In this case the text refers to a Bootstrap class.
2019-06-03 12:49:56 -07:00
Felipe Acquati 0b21ddac9f Correction of grammar and syntax. (#33515)
The word 'well' refers to a bootstrap class and should not be translated into Portuguese.
2019-06-03 12:49:19 -07:00
Emanuelle d6f7788439 Tradução de títulos (#32280) 2019-06-03 10:57:36 -07:00
Aditi Joshi 76547acc4d Fix/update challenges for sass spanish (#35365)
* Revert "style: button color change"

This reverts commit 64574a49b7.

* Revert "style: button color change"

This reverts commit 64574a49b7.

* fix: update sass challenge - spanish description
2019-06-03 10:28:22 -07:00
Giulia 6e837ac711 Improve Portuguese translation of wrap-content-in-the-article-element (#33280) 2019-06-03 10:26:26 -07:00
Hélio Guilherme 42f6a5a91e Improves Portuguese translation for challenge improve-accessibility-of-audio-content-with-the-audio-element.portuguese.md (#30722) 2019-06-03 10:16:31 -07:00
Vanderley Sant Anna 5a54673354 Update make-links-navigatable-with-html-access-keys.portuguese.md (#29886)
Review in text. Semantic correction.
2019-06-03 10:15:09 -07:00
Vanderley Sant Anna fdd21c18de Update standardize-times-with-the-html5-datetime-attribute.portuguese.md (#29861)
Review in text. Semantic correction to make sense in Portuguese.
2019-06-03 10:14:36 -07:00
joaomfiumari 6df140d3dd Improved quick-sort challenge translation (#29519)
Improved the portuguese translation of quick-sort challenge description.
2019-06-03 10:07:23 -07:00
joaomfiumari a8b2eeff82 Improved pairwise translation pt-br (#29507)
Improved the portuguese translation of pairwise challenge description.
2019-06-03 10:05:23 -07:00
Peres Badial 712b3ce2fa Update find-more-than-the-first-match.portuguese.md (#29044) 2019-06-03 10:03:00 -07:00
Hélio Guilherme ec27bc7294 Improves Portuguese translation for challenge give-links-meaning-by-using-descriptive-link-text.portuguese.md (#29027) 2019-06-03 10:01:54 -07:00
Oliver Eyton-Williams 6745009490 fix(curriculum): Add more valid triples to the test (#35870) 2019-05-26 14:02:20 -07:00
Aditi Joshi 108cc42b5d Fix/update challenge for responsive web design principles portuguese (#35919)
* Fix/update challenges for responsive-web-design-principles portuguese

* Added correct regex
2019-05-25 20:26:24 -07:00
Olimpio b705ab98ea translate some few words (#30175) 2019-05-25 20:25:26 -07:00
Giulia 448cf4578d Improve Portuguese translation of jump-straight-to-the-content-using-the-main-element (#32235) 2019-05-25 20:21:59 -07:00
Giulia b7de8df4de Improve Portuguese translation for use-headings-to-show-hierarchical-relationships-of-content (#31502) 2019-05-25 20:16:56 -07:00
Vanderley Sant Anna ef35de38dc Update jump-straight-to-the-content-using-the-main-element.portuguese.md (#29879)
Review in text. Semantic correction to make sense in Portuguese.
2019-05-25 20:05:59 -07:00
Vanderley Sant Anna 17f6a756eb Update use-headings-to-show-hierarchical-relationships-of-content.portuguese.md (#29881)
Review in text. Semantic correction to make sense in Portuguese.
2019-05-25 20:01:08 -07:00
Lucas Cazeto 7df6373005 replaced traslation with terminology used in didatic books (#31301) 2019-05-25 19:30:58 -07:00
Lucas Cazeto 27458c89c9 adjusted phrase to be more clear and meaningful (#31288) 2019-05-25 18:18:13 -07:00
Lucas Cazeto dd74305cde added missing translations (#31233) 2019-05-25 17:48:27 -07:00
Lucas Cazeto a4198a6232 replaced literal translation (#31201) 2019-05-25 16:15:05 -07:00
Lucas Arvelo fe89e5dff8 Improved translation, stringTest & added solution (#35692) 2019-05-24 20:00:59 -07:00
Matheus Genteluci 907b93eaea Factorialize a Number - Portuguese (#34580)
* Factorialize a Number - Portuguese

Solution added to .md

* Add invocation to solution
2019-05-24 19:58:29 -07:00
Matheus Genteluci 46df633b74 Convert Celsius to Fahrenheit - Portuguese (#34563)
* Convert Celsius to Fahrenheit - Portuguese

Solution added

* Add invocation to solution
2019-05-24 19:56:36 -07:00
Matheus Genteluci 4c05815c39 Added solution to Boo Who - Portuguese (#34564)
* Added solution to Boo Who - Portuguese

* Add invocation to solution
2019-05-24 19:56:06 -07:00
Cleo Aguiar b06ce0d745 fix: corrections in Portuguese translation (#34455)
- add: solution required
2019-05-24 19:52:05 -07:00
Cleo Aguiar a3eab17b4c Add solution block (#34423)
Update add-a-negative-margin-to-an-element.portuguese.md
2019-05-24 19:51:22 -07:00
Ahmad Abdolsaheb 23ca5d9cc6 fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict

(cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert changes

* fix: revert changes

* fix: revert changes

* fix: revert changes
2019-05-25 02:39:49 +05:30
LifeVirus d7e0348c07 Removed unnecessary quotes in curriculum/challenges/portuguese files. (#35773)
* package-lock.json and package.json have been updated?

* Revert "package-lock.json and package.json have been updated?"

This reverts commit 77fb01ddf6.

* removed quotes from portuguese challenge files
2019-05-24 12:25:09 -07:00
Peres Badial 0e6542154c Update find-one-or-more-criminals-in-a-hunt.portuguese.md (#32663) 2019-05-24 11:56:49 -07:00
Natalie Cardot db1b435775 Fix spelling (#36111)
"hachedEgg" -> "hatchedEgg"
2019-05-22 17:42:44 -05:00
Parth Parth 4438eb0f33 fix(curriculum): Hide solution from tests in Portuguese challenge (#35253)
* fix(curriculum): Hide solution from tests

* Update use-grid-area-without-creating-an-areas-template.portuguese.md
2019-05-22 11:32:10 -07:00
Bruno Nash 6b340b4204 Fixes spelling of 'container' (#28950) 2019-05-22 11:29:45 -07:00
Bruno Nash e416a827f3 Fixes spelling of 'container' (#28947) 2019-05-22 11:28:40 -07:00
Bruno Nash c50ef31dce Fixes spelling of 'container' (#28942) 2019-05-22 11:27:55 -07:00
Bruno Nash f306121e69 Fixes spelling of 'container' (#28940) 2019-05-22 11:27:10 -07:00
Bruno Nash 3a4645e0ef Fixes spelling of 'container' (#28938) 2019-05-22 11:26:27 -07:00
Bruno Nash 1b5d78e7aa Fixes spelling of 'container' (#28937) 2019-05-22 11:25:29 -07:00
Bruno Nash 60ca559bb2 Fixes spelling of 'container' (#28935) 2019-05-22 11:24:27 -07:00
Bruno Nash 3e0d2e9f88 Fixes 'display: grade' => 'display: grid' (#28933)
Also, fixes the spelling of 'container'
2019-05-22 11:23:18 -07:00
Varun 3a4402434b fix(curriculum): Update challenge instructions (#36104) 2019-05-21 15:07:50 -07:00
Natalie Cardot 545b8a6f34 Modify if statement (#36088)
* Modify if statement

Change the solution so an empty string is returned when num is less than 1 rather than less than 0 for consistency with instructions.

* Add test 

New test checks that if num is 0, an empty string is returned

* Fix test 

Fixing errors in newly proposed test that checks that empty string is returned when num is 0

* Modify intermediate solution

Changing if statement in intermediate solution to check whether num is less than 1 rather than less than 0. (Also adding curly brackets to that solutions if/else statements.)

* fix: removed unnecessary assert message arguments
2019-05-20 21:08:20 -04:00
Natalie Cardot 39c43dbe8a Alter instructions (#36099)
Removing the word "below" since the object's properties are shown to the right of, not below, the challenge description/instructions.
2019-05-20 19:11:17 -04:00
Ahmad Abdolsaheb 8b4fb5a452 fix: imgur to s3 for various files without conflict (#36057) 2019-05-20 23:58:20 +05:30
Tom 21118bc26a fix/regex-lower-number-of-matches (#36004)
* fix/regex-lower-number-of-matches

* fix/update-guide

* fix/convert-blockquote-to-backticks
2019-05-17 23:53:00 +01:00
Mahesh Jaganiya e877d9c7d5 Semantic versioning required (#36074)
Node build fails for "1.2"
2019-05-17 09:07:16 -07:00
Randell Dawson 05f73ca409 fix(curriculum): Convert blockquote elements to triple backtick syntax for JavaScript Algorithms and Data Structures (#35992)
* fix: convert js algorithms and data structures

* fix: revert some blocks back to blockquote

* fix: reverted comparison code block to blockquotes

* fix: change js to json

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: convert various section to triple backticks

* fix: Make the formatting consistent for comparisons
2019-05-17 08:20:30 -05:00
Randell Dawson 4b4762716c fix(curriculum): Rewrote the Write Higher-Order Arrow Functions challenge and moved to Functional Programming section (#35954)
* fix: reworded and moved challenge

* fix: removed extra line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix; removed extra line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: reworded sentence

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-15 11:12:17 -05:00
Kyle Cheung 937dc23b5d fixed typos in custom css-variable challenge #36038 (#36041)
* fixed typos in custom css-variable challenge

* fix: Remove extra line
2019-05-14 20:31:03 +07:00
Randell Dawson dd6011b2cc fix(curriculum): Convert blockquote elements to triple backtick syntax for Data Visualization (#35995)
* fix: convert data visualization

* fix: reverted to blockquote

* fix: changed js to json

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: cleaned up code

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-05-14 07:04:05 -05:00
Randell Dawson 933350c148 fix(curriculum): Convert blockquote elements to triple backtick syntax for Front End Libraries (#35994)
* fix: converted blockquotes for react/redux

* fix: converted blockquotes for sass

* fix: changed jsx to js

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: changed jsx to js

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-05-14 07:01:32 -05:00
Randell Dawson 4dbd496b49 fix(curriculum): Convert blockquote elements to triple backtick syntax for Apis And Microservices (#35996)
* fix: converted blockquotes

* fix: revert to blockquote

* fix: changed js to http

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: reverted back to blockquote

* fix: reverted back to blockquote

* fix: reverted back to blockquote
2019-05-14 07:00:06 -05:00
Randell Dawson 46411ca1cd fix(curriculum): Convert blockquote elements to triple backtick syntax for Information Security And Quality Assurance (#35997)
* fix: converted blockquotes

* fix: added extra line before triple backtick syntax

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: corrected misc issues

* fix: properly closed em element

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-05-14 06:58:09 -05:00
Randell Dawson df8659ab8c fix(curriculum): Convert blockquote elements to triple backtick syntax for Responsive Web Design (#35993)
* fix: converted blockquotes to code fences
2019-05-14 10:11:58 +02:00
Matt Schlosser 08c4807b09 Added missing `</code>` in test text string (#36040) 2019-05-14 10:06:55 +02:00
elcodex a863078b02 [Rus] Improved the translation of Redux challenges (part 2) (#34324)
* [Rus] Improved the translation

Changed file "get-state-from-the-redux-store.russian.md"

* Changed line 11

* Improved the translation

* Improved the translation

* Added the translation to sections 

also improved the translation of the sections "tests" and "challengeSeed"

* Improved the translation
2019-05-13 22:54:22 -07:00
elcodex 171b762775 [Rus] Improved the translation of Redux challenges (part 3) (#34353)
* Improved the translation

* Improved the translation

* Improved the translation

* Improved the translation

* Improved the translation
2019-05-13 22:54:01 -07:00
Huyen Nguyen 791e589c93 Remove tag characters (#36037) 2019-05-14 00:14:16 +05:30
Courtney 860cc14894 fix to spelling error "instantiated" (#36032)
* fix to spelling error

* Update curriculum/challenges/english/06-information-security-and-quality-assurance/advanced-node-and-express/set-up-the-environment.english.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-13 10:00:07 -05:00
elcodex 0b83b5a5eb [Ru] Improved the translation of Project Euler 02 (#34153)
changed the file "problem-2-even-fibonacci-numbers.russian.md"
2019-05-12 22:00:35 -07:00
Tom fc547999fd fix/record-collection (#36002)
* fix/record-collection

* fix/remove-old-assert-messages

* fix/attempt-to-fix-build-error

* fix/attempt-to-fix-build-error

* fix/change-verbiage-and-tidy-up

* fix/remove-brackets-in-regex
2019-05-12 23:45:18 -04:00
Randell Dawson 48884f3a4a fix: changed to h4 > s in selector (#36023) 2019-05-11 19:09:08 -05:00
Lipis 4101d5c73e Replace Github -> GitHub (Spanish) (#35182) 2019-05-10 12:44:53 -07:00
Randell Dawson 7437145bb4 fix: improved existing tests (#35801) 2019-05-09 09:01:50 -04:00
Yoelvis Jiménez fdb49ba89a Fix "ReferenceError: url is not defined" in challenge (#35415)
* Fix "ReferenceError: url is not defined" in challenge

I fix the challenge because issue #14002 
- The `url` variable is set to external resource `https://jsonplaceholder.typicode.com/posts`
- I replaced .textContent instead of .innerHTML (better practice)
- Checking for HTTP status of 201 instead of 200
All these suggestions by @HarplingeTom and "approved" by  @QuincyLarson. See the issue comments.
I test the code locally in my computer and this works 👍 
I modified and verify the tests according the new assessment.

* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md

Minor typo: `<code>` to `</code>`

Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>

* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md

new declared as const

Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>
2019-05-08 20:07:36 -05:00
duytrinhvn 534824e232 Fix spelling error (#35925)
* Fix spelling error

* fix: changed be conformed to conform
2019-05-08 19:54:32 -05:00
Kyle Scheuerlein 3b5fbe3edb Improve formatting of Challenge Seed (#35854) 2019-05-08 18:32:01 -05:00
Deanna Tran 338d7ee8a7 Change "rest operator" to say "rest parameter" in challenges and guide (#35496)
* change es6 challenges rest operator to param

* fix rest parameter typos

* change rest operator to parameter in guide

* fix casing

* change rest operator to rest parameter in guide

* change rest operator to rest parameter in curriculum

* remove extra whitespace

* remove whitespaces

* remove whitespace

* fix: removed arabic file

* fix: removed chinese file
2019-05-08 16:30:24 +02:00
Tom 4f73b5a7f3 Fix/manage state locally tests (#35980)
* fix/manage-state-locally-test

* fix/update-test-words

* fix/update-test
2019-05-08 10:17:54 -04:00
Picklebunker 6a304ef9bb Updated grammar and consistency of terms. (#30668) 2019-05-07 22:46:37 -07:00
Picklebunker c16014531e Updated grammar and readability (#30658)
* Updated grammar and readability 

Terms such as class and item are either referred to in English or avoided in the Chinese versions of tutorials that I have found, as translating them directly does not make much sense.
Changed some sentence structures for the ease of understandings.

* fix typo
2019-05-07 12:14:06 -07:00
Picklebunker 5570716edf Update use-media-queries-to-create-responsive-layouts.chinese.md (#30686)
* Update use-media-queries-to-create-responsive-layouts.chinese.md

* update some translation
2019-05-07 12:13:47 -07:00
Tom 93e5554615 fix: added semi-colon not in original code
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-07 10:43:43 -07:00
Randell Dawson 5cfff58c7b fix: added all js to end of 3 backticks 2019-05-07 10:43:43 -07:00
Randell Dawson 5cf039e5fd fix: performed first conversions 2019-05-07 10:43:43 -07:00
Randell Dawson 1cb6092dd9 fix: performed first conversions 2019-05-07 10:43:43 -07:00
Picklebunker d96f5562a3 Updated grammar and term consistency (#30694) 2019-05-06 17:54:30 -07:00
Sergey Lebedev 44fa34a9b0 Improved Russian Translation. (#34189) 2019-05-06 16:32:53 -07:00
Sergey Lebedev 50d23c5381 Improved Russian translation. (#34188) 2019-05-06 16:15:48 -07:00
Ivan Gretsky 3fb3c494df Fix russian translation for use-the-flex-direction-property-to-make-a… (#33487)
* Fix russian translation for use-the-flex-direction-property-to-make-a-row.russian.md

* Update use-the-flex-direction-property-to-make-a-row.russian.md
2019-05-06 16:13:52 -07:00
The Coding Aviator 675b204b8a fix(curriculum): Hide solution from tests (#35254) 2019-05-06 16:01:23 -07:00
Mo7amm1d 579aa7628c Improving Arabic translation on several "Basic HTML and HTML5" section files (#34908)
* Improving Arabic translation

Improving Arabic translation in say-hello-to-html-elements.arabic.md file

* Translating Description and Improving Arabic Translation.

Translated the Description from the English version. Also Improving the Arabic translation.

* Fixing a mistake in translating the tests.

* Fixing a mistake I made while translating the tests in headline-with-the-h2-element.arabic.md

* Improving the Arabic translation and fixing grammar.

* adding space to (I'm a p tag) in line 10

* fixing bad indentation.

* fixing bad indentation (mistake by me)

* fixing bad indentation (mistake by me)

* Add missing Description and Test text

Adding missing description text and Test text from English version. Also general improvements to the Translation.

* Adding missing description text and Test text 

Adding missing description text and Test text in in uncomment-html.arabic.md from English version. Also general improvements to the Translation.

* Improving the Arabic translation

* Minor updates to the translation

* Overall Enhancement to the translation.

* General translation improvement 

Improving the translation on the Description, Instructions and the Tests.
Separate text to different lines for better readability.

* Improving "Link to External Pages with Anchor Elements" Arabic Translation.

* Matching characters and entities to the English version.
2019-05-06 15:59:19 -07:00
Allister Bernal 91a5e8dfed Remove quotes around codetags curriculum/challenges/arabic (#35843) 2019-05-06 15:51:49 -07:00
Víctor Lasa 914e7a4fe4 Fix typos, consistent styling w/ English version (#31238)
Also made the whole text have the same level of formality and corrected Google translations.
2019-05-06 14:56:23 -07:00
Allister Bernal 6481ddd435 Delete quotes around codetags spanish curriculum (#35772) 2019-05-06 14:52:25 -07:00
Niraj Nandish 8bf15ba060 fix(challenges): Fix broken links in Spanish challenges (#35129) 2019-05-06 14:38:31 -07:00
The Coding Aviator b1206f0b53 fix(curriculum): Hide solution from tests in Chinese challenge (#35252)
* fix(curriculum): Remove solution from tests

* fix(curriculum): Hide solution from tests
2019-05-06 14:25:47 -07:00
Niraj Nandish 02eff252b5 fix(challenges): Fix broken links in Chinese challenges (#35126) 2019-05-06 14:23:48 -07:00
Yige 80338ee9f7 Some keywords should not be translated. (#32544) 2019-05-06 14:22:41 -07:00
Ziyao Zhang 304262a90f Improve Chinese translation in euler-problem-2 (#29927)
*  Improve Chinese translation in euler-problem-2

* Minor translation fix

* Minor translation fix 2
2019-05-06 14:19:25 -07:00