Commit Graph

529 Commits (ea3e5fff21da148d6768b1b66dca5eb32d05a2da)

Author SHA1 Message Date
Chelsea Marie Hicks 8d7bd3906c Grammar change and readability of example (#30507) 2019-02-05 21:14:05 +05:30
John Sprunger 7ae6577cda Change for second test case (#34785)
Original: "Your code should create a method in Bird called getWeight that returns the weight".
New: "Your code should create a method in Bird called getWeight that returns the weight 15".

Since 15 is the only current passing value I feel it should be plainly stated instead in the test case.
2019-02-05 21:07:17 +05:30
Ali Ahmed 9999a8c9bc Modify test for dequeue method to check for FIFO (#34981)
* Update create-a-queue-class.english.md

* Modify test for dequeue method to check for FIFO

The test first `enqueue`'s two elements and checks for the `dequeue` method to return the element at `0`th index.
2019-02-05 12:44:52 +03:00
rupali317 42bf229f59 fix: modified the test case such that the variable is a local scope o… (#34959)
* fix: modified the test case such that the variable is a local scope of the function

* fix: make test inclusive
2019-02-05 09:40:58 +03:00
Tammy 9e4583b1f3 fix: change video url for clockwise-notation challenge (#35013) 2019-02-04 16:29:26 +03:00
Leo 16bca6e24a Closes #34988: "Clicking on link in the code preview opens up the web page within the web page" (#34995) 2019-02-04 15:57:49 +03:00
Pepijnk12 ab4367a751 Update URL for 404 error (#35042)
* Update URL for 404 error

* fix: correct url
2019-02-04 13:34:47 +03:00
Oliver Eyton-Williams 693047d5c6 fix: "Applied Visual Design: Adjust the Hover State of an Anchor Tag" now accepts more ways of writing 'blue' (#34939)
* fix: test now accepts more ways of writing 'blue'

* fix: include test for rgb
2019-02-04 12:22:30 +03:00
The Coding Aviator 90a9df1a5d Fixed problem with regex in es6 import challenge (#19718)
import-a-default-export.english.md: support both main quoting styles
2019-02-03 18:07:55 +01:00
Carlos Alfaro 7e69c85e16 Updated test text to Spanish (#19690) 2019-02-03 18:03:59 +01:00
Aculisme a455b601dc Update implement-merge-sort.english.md (#29007) 2019-02-03 09:14:01 +04:00
Brittany Sarenpa b56462c5ee Fixed grammar (#28571)
Changed 4th sentence to be more readable, it was slightly confusing with the comma.
2019-02-02 22:19:01 +04:00
Bannon Tanner a3c917ee62 changed position data to make correct values pass (#26987)
Closes: #17996
2019-02-02 21:49:36 +04:00
Adam a2fd37d767 Small spelling error. (#34512)
Changed word "moongose" to "mongoose".
2019-01-31 20:51:21 -08:00
Walter Woodward 7ccd4dacf5 typo (#34340)
present tense `build` changed to proper passed tense `built`
2019-01-31 20:48:51 -08:00
Timur 8fa32c52fc Fixes #13774 (#34801)
* Fixes #13774

* del redundant group in test ereg
2019-01-31 12:55:10 -08:00
Paul Gamble fabd45e1b4 Revert "Challenge - ES6: Use Destructuring Assignment to Assign Variables from Arrays - Added solution (#26531)" (#34949)
This reverts commit 23096f7ed6.
2019-01-31 10:39:39 -08:00
Bhanu Pratap Singh Rathore 8584637254 feat(interview-prep): Transfering Rosetta problems from Curriculum (#34822) 2019-01-30 17:11:15 +09:00
Tracey Bushman b730b67e1a fix(curriculum): replace data urls with CDN urls for D3 projects (#34964)
* fix(curriculum): replace data urls with CDN urls for D3 projects

* fix(curriculum): data urls --languages

* fix(curriculum): stray old url
2019-01-29 03:41:02 +05:30
Leo 47857d9fcb Deleted wrong comma (#34979) 2019-01-28 08:33:11 -08:00
Leo 721cbba477 Deleted an unneccessary comma (#34976) 2019-01-28 08:28:11 -08:00
Leo 7f31aa807c Deleted comma (#34987) 2019-01-28 08:18:42 -08:00
Nelson Sandoval a284b296fc fix: Capitalize test text for Cascading CSS variables (#34910) 2019-01-27 18:11:49 -07:00
Oleksii Pudlo fef2ed3c11 Fixed description of wrap-reverse option of flex-wrap property (#28513)
from "bottom-to-top" to "right-to-left" for row values
from "right-to-left" to "bottom-to-top" for column values
2019-01-26 10:06:43 -08:00
Mike Short 088acf45d9 Typo: Edited Math for finding parent node (#34647) 2019-01-26 21:09:28 +09:00
Dan B ce63de866c Update depth-first-search.english.md (#34856)
Fixed formatting for the solution to increase readability. It was previously difficult to see since the code was all one line
2019-01-25 23:12:45 -05:00
Dana Ottaviani 9cd1610839 Add solution to css-flexbox challenge (#34253)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.


Co-authored-by: Paul Gamble <pgamble@gmail.com>
2019-01-25 12:13:07 -05:00
Zach Carroll de03d3f112 Solution to Comment out H1 and p tag, but not H2 element. (#32125)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX


Co-authored-by: Paul Gamble <pgamble@gmail.com>
2019-01-25 11:53:30 -05:00
SGokul1 6b6b33092b Sample solution for the challenge seed code (#31929)
* Sample solution for the challenge seed code

I have updated the sample solution for the challenge seed code.

* Update headline-with-the-h2-element.english.md

Removed //solution required


Co-authored-by: Paul Gamble <pgamble@gmail.com>
2019-01-25 11:19:27 -05:00
Casey Bennington 7f9cbe982b Add the solution (#28899)
* Add the solution

* Update divide-one-decimal-by-another-with-javascript.english.md

The solution was not passing. Change should pass now.

* Update divide-one-decimal-by-another-with-javascript.english.md


Co-authored-by: Paul Gamble <pgamble@gmail.com>
2019-01-25 11:10:44 -05:00
Casey Bennington d2286fc3b5 Added solution (#28907)
LGTM!
2019-01-25 10:17:46 -05:00
Casey Bennington 0351df1c24 Added solution to the uncomment-html-english-challenge (#28868)
LGTM!
2019-01-24 16:03:03 -05:00
lucielchoi707 2fea28aca8 add solution (#28406)
LGTM!
2019-01-24 15:57:09 -05:00
Alan Price 1a6e1e57cc Added solution (#27077) 2019-01-24 15:36:57 -05:00
Joe Erickson 6a777a9b16 Add solution to find more than one challenge (#27476) 2019-01-24 15:29:23 -05:00
Joe Erickson 13b3e3fa9b Add solution to match whitespace problem (#27470)
* Add solution to match whitespace problem

* fix: corrected case of countWhiteSpace on line 61
2019-01-24 15:23:07 -05:00
Alan Price 23096f7ed6 Challenge - ES6: Use Destructuring Assignment to Assign Variables from Arrays - Added solution (#26531)
* added solution for challenge

* removed function from seed and solution
2019-01-24 14:24:27 -05:00
DanielMartinsAlves a96372558a Fix sentences (#33672)
Fix sentences.
2019-01-23 02:17:13 +00:00
buhidar 589257cf02 Typo fix on line 11 (#34922) 2019-01-21 19:06:10 -08:00
Andreii Khodyriev 701d27d593 Fix(curriculum): edit translation RU (#26831) 2019-01-21 20:22:45 +04:00
Andreii Khodyriev 094697fefc Fix(curriculum): RU translation added (#26824) 2019-01-20 21:07:32 +04:00
Andreii Khodyriev 4028096f4a Fix(curriculum): RU translation added (#26816)
Added description, and also translated tasks
2019-01-19 22:51:03 +04:00
Rohan Mohammad 39e36a1702 Project Euler: Problem 2: Even Fibonacci Numbers - fiboEvenSum(10) sh… (#34722) 2019-01-19 18:50:53 +09:00
Abhishek Kakade 7dac2fc086 Merges 3 Set Challenges (#34717)
* fix: merges 3 set challenges into 1

* fix: changed function to class syntax

* fix: simplified instructions

* fix: changed the example

* style: minor formatting changes

* style: formatted solution

* fix: formatting
2019-01-19 14:17:07 +05:30
Quincy Larson d006696c85 Correct two mixed up Scrimba links (#34892) 2019-01-18 03:27:01 +05:30
The Coding Aviator ca2d01a81c feat(curriculum): add grouping characters challenge and guide (#34875)
Added new challenge for mixed grouping of characters
2019-01-17 22:08:46 +01:00
Bannon Tanner e3df17b8f5 Update learn-about-tertiary-colors.md (#26027)
Fixes issue #18179
Fixed wording to be more clear about which color model was being used
2019-01-17 07:56:22 +07:00
Valeriy S 9b75c1965a fix(curriculum): replace window by self for js challenges 2019-01-16 10:45:39 +00:00
joey zielinski 23cb7b8043 fix(meta): remove leading spaces (#31757) 2019-01-15 00:18:16 +05:30
Valeriy 63d0a2682f fix: remove unused vars from the test execution scope 2019-01-14 13:44:54 +00:00
kieffwong 02a79c5873 change the wording ' 投資組合' to' 作品集 ' (#28236)
' 投資組合'  actually mean investment portfolio
  作品集 ' would be more suitable
2019-01-10 23:07:48 -08:00
Alan Price 37d98f1123 Challenge - ES6: Write Arrow Functions with Parameters - Expanded description (#25997)
* Reworded and expanded the description

* renamed the function in the multiple param example
2019-01-09 11:00:16 +00:00
Picklebunker 03efcca1da Updated grammar and term consistency (#30702) 2019-01-02 12:04:31 -08:00
Bhanu Pratap Singh Rathore c820cdab80 feat(interview-prep): Adding Rosetta Code problems (#34710) 2018-12-30 22:35:56 +09:00
Nurgazy 378e346077 Some vocabulary using problems (#26660) 2018-12-28 23:19:55 +04:00
joaomfiumari acb240b33b improved translation of no-repeats-please pt-br (#20833)
Improved the portuguese translation of no-repeats-please challenge description.
2018-12-28 18:27:47 +00:00
Emanuele Antonelli 91e7833bd4 fix: update take-home/twitch challenge description for new twitch api (#34744) 2018-12-28 22:34:05 +08:00
Andrey Leontev 251c62b93c fix syntax and lexical errors (#25919) 2018-12-26 23:04:17 +04:00
Luis Munguia 4b640e4e51 Update visualize-data-with-a-bar-chart.spanish.md (#19538)
Changed wording.
2018-12-23 11:14:09 -08:00
Nhat Khanh e5756ae1d6 [Guide] Functional Programming: Sort an Array Alphabetically using the sort Method. Fixes and enhancements. (#34678) 2018-12-21 22:50:52 +05:30
Olga Lesnikova f7b861e577 Improved Russian translation (#25566)
Updated Description section of "Add Font Awesome Icons to all of our Buttons"
2018-12-20 21:31:20 +04:00
Olga Lesnikova f6358c4708 Improve "Description" and "Instructions" translations (#25586) 2018-12-18 22:01:03 +04:00
Bhanu Pratap Singh Rathore 4d55a04e21 feat(interview-prep): Adding Rosetta Code problems (#34634) 2018-12-18 21:16:11 +09:00
Aditya eae4363b76 fix(curriculum): Perform a Union on Two Sets (#34607) 2018-12-17 00:38:35 +09:00
Alan Price d36922c496 Added solution (#27127) 2018-12-15 12:41:12 +05:30
Ashish Singh ffce49d024 fixing typo for one of the challenges in es6 section for issue #34578 (#34579)
* fixing typo on UI

* changed tes string

* updated changes for issue #34578
2018-12-15 11:56:12 +05:30
Aditya 56ded4174c [Fix] Object Oriented Programming: Remember to Set the Constructor Property when Changing the Prototype (#34569) 2018-12-14 19:59:35 +09:00
Víctor Dorado Javier a6e5228117 Translated some headings, "Read-Search-Ask" and "grueso" (#20120)
* Translated some headings, "Read-Search-Ask" and "grueso"

* Changed the translation again

I changed your suggestion and also realised that you're working with a vector as input, not a matrix as input.
2018-12-13 10:03:10 +01:00
Víctor Dorado Javier d9e53288cf Translated some headings and "Read-Search-Ask" (#20082)
* Translated some headings and "Read-Search-Ask"

* Translated the comment in the seed
2018-12-13 10:02:18 +01:00
Nikita Rudenko f5e5e7cd81 Fixed translation and typos (#25328) 2018-12-12 21:38:18 +04:00
Adrian Skar 0af7ebad6d [Curriculum] ES6: Prevent object mutation; fix minor typos (#34650) 2018-12-12 13:32:28 +00:00
Sadok Cervantes 3bf98582e2 Use of proper CSS term (#20778)
'Media query' is directly translated to spanish, making no sense. This fixes the reference.
2018-12-11 21:22:13 +01:00
Nicolás Grosso 6b3d95559e Change for a clearer spelling (#20686)
As native spanish proficient, this  can be changed for a clearer understanding of the sentence: " let us consider the sequence of cube numbers".
2018-12-11 21:21:44 +01:00
KuniMonkey 975ee280bd Improved translation to Russian (#25246)
Source: Native Russian speaker
2018-12-11 23:36:20 +04:00
KuniMonkey a4529beae4 Imporved translation to Russian (#25236)
Source: native russian speaker
2018-12-10 23:10:19 +04:00
Phoenix-8 bd27d04c2e Changed link to Spanish version of User History (#20165)
I have changed the link to the user history, which was originally in English. I switched it to one in Spanish. I then changed any grammatical errors to make it more cohesive and understandable. I separated the sentences to allow for a more user-friendly page. It was clumped up together initially and I think this will help a bit better.
2018-12-10 19:37:57 +01:00
Víctor Dorado Javier 97b5a5a0f3 Translated some headings and changed some already existing translations (#20156) 2018-12-10 18:33:14 +01:00
Víctor Dorado Javier 80920d8a90 Translated some headings, "Read-Search-Ask" and more (#20136) 2018-12-10 18:31:45 +01:00
Mateo A Zabala G 9cb72dd363 Traducciones a partes del texto (#19815)
Traduzco partes del archivo.
2018-12-10 18:25:47 +01:00
gabysantosw 8f5f9285ac Some corrections (#19599) 2018-12-10 18:15:45 +01:00
Yoelvis Jiménez 8c4479e14c Better translation: title and example code (#19681)
My changes:
1. Do not must translate Provider to Proveedor. 
2. Do not must translate React to Reacciona. 
3. The snytax of the code on quote is fixed, as the english quote.
2018-12-10 18:09:49 +01:00
gabysantosw 70746c04bc Modifications (#19600) 2018-12-10 18:04:21 +01:00
gabysantosw 466bcc9e7d Some corrections (#19598) 2018-12-10 18:03:40 +01:00
Alejandra Amezaga O 13f090dc89 Cambiando el significado de "text alternative " (#19543)
Los de habla hispana entendemos mejor como "texto alternativo"
2018-12-10 17:55:29 +01:00
Connor Lindsey 3036733108 Update build-camper-leaderboard.spanish.md (#19183)
Proofread and changed usage of tu to usted to improve readability and formality.
2018-12-10 17:53:05 +01:00
Bhanu Pratap Singh Rathore ebf472f5f3 feat(interview-prep): Added Rosetta problem (#31093)
* feat(interview-prep): Added Rosetta problem

* Update sort-an-array-of-composite-structures.md

* feat(interview-prep): Added meta data

* feat(interview-prep): Added Bogosort Meta Data

* Added whitespace to the tests
2018-12-10 16:03:31 +09:00
Bhanu Pratap Singh Rathore 67cf2b3c0e feat(interview-prep): Porting Rosetta Problem: Sort Disjoint (#31105)
* feat(interview-prep): Porting Rosetta Problem: Sort Disjoint

* feat(interview-prep): Fixes

* feat(interview-prep): FIxed indent and solution

* Added whitespace to the tests
2018-12-10 16:03:04 +09:00
Bhanu Pratap Singh Rathore bfd84cdefc feat(interview-prep): Porting Rosetta Problem: Sort stability (#31119) 2018-12-10 16:02:43 +09:00
Bhanu Pratap Singh Rathore 8a30bf5705 feat(interview-prep): Porting Rosetta Problem: Sort custom (#31160) 2018-12-10 16:02:20 +09:00
Bhanu Pratap Singh Rathore 381973d870 feat(interview-prep): Porting Rosetta Problem: Bead Sort (#31173) 2018-12-10 15:51:36 +09:00
Bhanu Pratap Singh Rathore 515d884342 feat(interview-prep): Porting Rosetta Problem: Bogosort (#31178) 2018-12-10 15:44:18 +09:00
Valeriy S 0e621175ad fix(curriculum): remove SASS from requirements 2018-12-07 12:43:13 +00:00
Luane 5de9f32c06 Solution added to exercise 'Use the s tag to strikethrough text ' (#34526)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.

<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->

Closes #XXXXX
2018-12-06 15:03:20 +00:00
Konstantinos Lyrakis 505f077052 Minor grammatical error (#34565) 2018-12-05 18:20:07 -08:00
Kristofer Koishigawa 62059eeb3b fix(challenges): YAMLException warning (#34544) 2018-12-05 20:52:41 +05:30
Gregory Gubarev 0751fe2e53 revert(russian): remove url from merge sort challenge(#34536) 2018-12-05 13:45:11 +05:30
The Coding Aviator 9f5fbe9af4 Fixes issue with background-color and background being interpreted differently (#34275) 2018-12-05 15:22:58 +09:00
Ismael Casimpan cffe1be295 Grammar consistency fix. (#24228)
Entire article is using "isn't" so the "wasn't" seems out of place. I'm just following https://english.stackexchange.com/questions/283758/proper-use-of-was-vs-is
2018-12-04 16:12:48 +00:00
Billy Phillips 355878e921 Update feat: added instructions in meet-the-node-console.en.md (#34530)
* Update meet-the-node-console.en.md

* Update meet-the-node-console.en.md
2018-12-04 20:43:10 +05:30
The Coding Aviator 29297f48c9 Fixed issue about tag capitalization (#34276) 2018-12-04 23:16:30 +09:00
Nikolay 1bc84f1f0a Changed the description of the algorithm (#25172) 2018-12-04 17:54:00 +04:00
Aditya 4145efc467 [fix] Test for Pass Arguments to Avoid External Dependence in a Function (#34522)
* feat: test works for => fns, added solution

* fix: moved solution
2018-12-04 20:50:19 +09:00
Lxsthorne 786cda2627 Add challenge solution
Added a solution. Please let me know if this is submitted incorrectly or in the wrong location.

<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [X] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [X] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [X] My pull request targets the `master` branch of freeCodeCamp.
- [X] None of my changes are plagiarized from another source without proper attribution.
- [X] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
2018-12-03 23:10:41 +00:00
Alan Price 40f152ba15 Challenge - ES6: Use getters and setters to Control Access to an Object - Added solution and explanation of private variable naming convention (#24362)
* added explanation of private variable naming convention

* Added "Note:" to the front of the explanation

* Added solution

* Moved "Note:" to it's own line and made it bold

* fix: moved note block at the bottom
2018-12-03 19:10:09 +05:30
Ben Brown 929e0db633 fix(challenge): use-the-conditional-ternary-operator (#19535) 2018-12-03 14:19:57 +05:30
The Coding Aviator 5cc3e97c86 [Fixed Bug] Data Visualization with D3: Learn About SVG in D3 (#27022) 2018-12-03 12:44:30 +09:00
Felipe Acquati a77e6be978 Translation correction. (#33750)
The word 'Submit' (Enviar) should not be translated into Portuguese because it refers to a code snippet of the button tag.
2018-12-01 19:00:35 -02:00
Aditya 9a315e237a Data Structures: Remove from a Set (#34493)
* fix: solution and moved instructions

* feat: added solution

* fix: added code elements
2018-12-01 11:46:02 -07:00
Ariel 2f23fb544d Fixes minor typo (#34326)
"should not be be" changed to "should not be"
2018-11-29 02:28:48 +05:30
Aditya 254897c372 fix: fixed the test and added solution 2018-11-27 19:52:49 +09:00
Abhishek Kakade f4f5ce4b85 fix: updated challenges text (#34458) 2018-11-27 02:05:14 +05:30
Efremov Dmitry 62a04cd0fc Fixed wrong translations. (#24303)
* russian text corrections

* Update create-an-ordered-list.russian.md
2018-11-26 21:00:09 +04:00
Kontramot 6b5f196963 Translated and corrected to Russian curriculum/challenges/russian/01-responsive-web-design/applied-accessibility/ (#24211)
* Update add-a-text-alternative-to-images-for-visually-impaired-accessibility.russian.md

* Update add-a-text-alternative-to-images-for-visually-impaired-accessibility.russian.md

* Update add-a-text-alternative-to-images-for-visually-impaired-accessibility.russian.md

* Update add-an-accessible-date-picker.russian.md

* Translateto Russian

* Update avoid-colorblindness-issues-by-carefully-choosing-colors-that-convey-information.russian.md

* Update avoid-colorblindness-issues-by-using-sufficient-contrast.russian.md

* Update add-a-text-alternative-to-images-for-visually-impaired-accessibility.russian.md

* Update add-an-accessible-date-picker.russian.md

* Update add-an-accessible-date-picker.russian.md

* Update add-an-accessible-date-picker.russian.md

* Delete .Rhistory

* Update avoid-colorblindness-issues-by-carefully-choosing-colors-that-convey-information.russian.md

* Update avoid-colorblindness-issues-by-carefully-choosing-colors-that-convey-information.russian.md

* Update give-links-meaning-by-using-descriptive-link-text.russian.md

* Update improve-accessibility-of-audio-content-with-the-audio-element.russian.md

* Update improve-chart-accessibility-with-the-figure-element.russian.md
2018-11-26 18:14:34 +04:00
Aditya c3155c4f5b [Guide] Data Structures: Create a Set Class (#34434)
* feat: added solution

* fix: solution

* fix: changed expression to be be more readable

* fix: formatting
2018-11-25 10:56:33 -07:00
Anuj Jindal bdbf83e5a2 added 01-responsive-web-design/basic-css/ (#22531)
I have added use rgb-to-mix-color
2018-11-25 10:20:27 -07:00
Aditya a489ac9df8 fix(curriculum): Use the reduce Method to Analyze Data (#34315) 2018-11-22 20:14:31 +03:00
Aditya 8d593a1256 fix(curriculum): Create Strings using Template Literals (#34296) 2018-11-22 19:51:51 +03:00
Sneerbol d12fb4ba32 Change text from "Текст" to "Атрибут" (#23645) 2018-11-22 18:00:57 +04:00
Aditya d9c6a13741 [Tests] ES6: Use Destructuring Assignment with the Rest Operator (#34303) 2018-11-22 22:27:16 +09:00
Gregory b695b6d688 [Russian] responsive-web-design: improved translate (#23392)
* responsive-web-design: improved translate

* ch13

* ch
2018-11-21 22:03:47 +04:00
petrosuyang 8506f41ed8 fix localeTitle (#22760)
Changed "Отзывчивый сертификат веб-дизайна" to "Сертификат Отзывчивый веб-дизайн"
2018-11-20 20:43:25 +04:00
petrosuyang e45e2ed07f fix localeTitle (#22795)
Changed "микросервисов" to "Микросервисы"
2018-11-19 22:10:41 +04:00
petrosuyang fe8a65f672 fix localeTitle (#22750)
Changed "Сертификат библиотек лицеев" to "Сертификат Библиотеки Пользовательского Интерфейса"
2018-11-19 22:08:26 +04:00
hedera-s 5280851685 fix translation errors (#22732) 2018-11-19 22:06:57 +04:00
hedera-s b4cf3654cf fix translation errors (#22713)
* fix translation errors

* fix translation errors
2018-11-19 20:45:50 +04:00
Martin Payne d98be1be7c added (do not include the period) to address common mistake (#34381)
Thank you for your pull request.

I am closing this pull request. Please add links and other details to the challenge’s corresponding guide article instead.

If you think I’m wrong in closing this issue, please reopen it and add further clarification. Thank you, and happy coding.

@MP7373
2018-11-19 14:22:13 +08:00
Mike Perry Yeboah Attara 74a5c8d15a Fix inconsistent formatting of the welcomeToBooleans function (#34373)
fix the inconsistency in the formatting of the function and also fix issue #34367
2018-11-18 22:05:08 +05:30
The Coding Aviator b2328e96db Update import-a-google-font.english.md (#19717) 2018-11-18 08:45:03 -06:00
hedera-s 41b0ee0a07 fix translation errors (#22626) 2018-11-18 12:02:03 +04:00
hedera-s 98858c19b5 fix translation errors (#22687) 2018-11-17 22:10:59 +04:00
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
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