Commit Graph

3357 Commits (fbc5a7da2753f1b3d7889d40d8b63f4bd685cadd)

Author SHA1 Message Date
Jonathan fbc5a7da27 updated placement for result variable to be more intuitive for newcomes (#15142) 2017-06-01 13:11:28 +05:30
Dylan b24c8146fb Merge pull request #15128 from chrisrymer/fix/change_color_text_singl_quotes_15117
Add support for single and double quotes on style attribute
2017-05-31 12:09:20 -05:00
chrisrymer 13f6551ec9 Add support for single and double quotes on style attribute 2017-05-30 22:20:02 +01:00
Justin Stone 886e7f6f22 Change the text of a jQuery challenge (#14799)
The text was changed to be more accurate.
It incorrectly talked about ancestors/descendants as parents/children.
Text about property inheritance was also removed to
keep the focus of the challenge on targeting children.

Change "Instructions" to <hr> in jQuery challenge
This seems to align with the style guide more
2017-05-30 23:59:27 +05:30
Eric Leung fec8dcb7ed Add introduction text to basic JavaScript (#15119) 2017-05-30 22:05:22 +05:30
Eric Leung 72deeb0ae5 Merge pull request #14958 from huyenltnguyen/fix/challenge-description-typo
fix challenge description typo
2017-05-29 19:04:04 -07:00
Eric Leung 8ad1afc515 Merge pull request #15061 from texas2010/fix/move-example-out-of-test
move example out of test
2017-05-29 18:55:25 -07:00
Peter Weinberg 585f220cdd fix(tests): add tests to write higher order arrow functions challenge 2017-05-29 18:00:21 -04:00
Milo Hartsoe 98d75156f4 Add tests to es6 challenge Write Higher Order Arrow Functions. Doesn't have es6 syntax tests.
Comments out function and arrow tests that didn't work and fixes formatting issues.
2017-05-29 16:30:11 -04:00
Dylan 1ea28ee924 Merge pull request #14970 from jhowerin/fix/issue14967
Removed - Don't worry about JavaScript itself - we will cover it soon.
2017-05-28 07:49:25 -05:00
Thomas KUNTZ 51ae1a4c2b Fix meaning issue (#15059)
The wording made think that we had to return the sum of the two numbers and *then* all the numbers between them (in the form of an array for instance). In fact we have to return the sum of the two numbers *plus* the sum of all numbers between them.
2017-05-27 18:42:48 +05:30
texas2010 26fdd5e28f move example out of test 2017-05-26 11:26:40 -05:00
Peter Weinberg ae19c6b7ca fix(tests): minor change to test suite for nest an anchor challenge 2017-05-24 22:20:45 -04:00
james gill 007615de74 minor change to test suite 2017-05-22 17:35:28 -07:00
Jake ec95505630 Removed - Don't worry about JavaScript itself - we will cover it soon. 2017-05-20 20:09:36 -04:00
Huyen Nguyen 573777d652 fix challenge description typo 2017-05-20 04:24:20 +07:00
Peter Weinberg 9b76d25f32 fix(challenge): fix bug in learn a stack challenge 2017-05-15 19:10:32 -04:00
Jools 37ace2fb1f minor change to "while loop" description (#14790) 2017-05-14 23:22:52 +05:30
helenyau0 ee15517fe5 go into intermediate algorithm scripting and remove all instances of property in the wherefore art thou exercise (#14827) 2017-05-14 23:12:23 +05:30
Todd Tyler b0c90c84a3 Add text instructing user to remove target attribute. (#14847)
Add text instructing user to remove target attribute.
2017-05-14 23:09:28 +05:30
Beau Carnes 890b4aa97a Fixing error in data structure description (#14859)
Referenced in https://github.com/freeCodeCamp/freeCodeCamp/issues/14843
2017-05-14 22:53:16 +05:30
David Flick 47c0a826f6 fix(seed) Typo in Use export to Reuse a Code Block (#14857) 2017-05-14 22:49:40 +05:30
Jia Kim 09604b58a7 Fixed instructions for ES6: Set Default Parameters 2017-05-11 20:49:45 -04:00
Peter Weinberg 983cbf99dc fix(tests): improve sorting algos section 2017-05-07 22:20:42 -04:00
TheBest101 00a7c6ffc8 changing wording 2017-05-06 07:45:22 -04:00
Dylan 4202e9f5f9 Merge pull request #14579 from JoolsMcFly/fix/add-regexp-to-better-validate-user-code
use a regexp to make sure user only changes the first line
2017-05-04 07:39:50 -05:00
Sakthi Kumar 86cc2ee782 Provided Additional Information on a challenge (#14690) 2017-05-03 23:12:31 +05:30
Roc Granada Verdú c6bb89e0a2 Grammar error 'inputing' corrected to 'inputting'. Line 1509 file 'seed/challeges/01-responsive-web-design' (#14697) 2017-05-03 22:38:04 +05:30
Amartya Chaudhuri cb38fe6465 Added semicolon after object initialization (#14684)
Not mandatory but adding for the sake of consistency of tutorials.
2017-05-03 22:22:34 +05:30
jools bd944478bd use a regexp to make sure user only changes the first line 2017-05-02 05:08:03 +02:00
Hadrian e0abcc085b Reworked and Repositioned Attribute Selector Challenge (#13996) 2017-04-28 21:29:59 +05:30
Daniel Engle f25337ae81 Changed 'Define' to 'Declare' in code comment (#14626) 2017-04-28 12:19:50 +05:30
Nathália Oliveira a83238ae31 Brazilian Portuguese translation of Basic Algorithm Scripting (#14590) 2017-04-27 12:53:04 +05:30
Roger Collier 3e329641bb Tightened text. Improved grammar. Removed redundancies. (#13768) 2017-04-27 03:32:07 +05:30
Patrick Porche 4a6fc77bf8 fix(challenge): Update GIF Quality (#14592) 2017-04-27 01:27:22 +05:30
Jools 624da2c6ab change "element's average" to "elements' average" (#14521) 2017-04-24 22:18:28 +05:30
Manish Giri f798801e89 Update adjust-height and delete visual-balance-with-height (#14406) 2017-04-24 21:50:57 +05:30
Sebastian Petak 920588d85b Refactor hover state of a button for readability (#14158)
Change challenge description of height to width because that is what
the example in the description shows. Add extra spacing in the example
and seed code to make them easier to read. Change the description of
milliseconds to improve readability.
2017-04-24 21:31:44 +05:30
Jason E Rush f17ca7cc25 Allow spaces in @mixins challenge (#14113)
Allow space(s) between parenthesis and argument(s) in SASS function calls on the sass/create-reusable-css-with-mixins level.
2017-04-24 21:20:14 +05:30
Max 0bf675d14b Updated url for the Twitch API Docs (#14487) 2017-04-24 01:40:58 +05:30
Claudio Restifo 13d727245e updated the codepen instruction to add Bootstrap v3.3.7 instead of v.4 (#13895) 2017-04-24 01:32:48 +05:30
Pauric Holleran 181f8c6a08 fix(challenge): Typo in Serialization of a User Object 2017-04-23 22:45:00 +05:30
Siddhant Chadha bf558c4a4f fix typo in Mutate an Array Declared with const 2017-04-22 19:57:18 +05:30
Eric Leung 68a5cbcd1c Merge pull request #14115 from JoolsMcFly/fix/wrong-use-of-it-s
replace it's with its in descriptions
2017-04-19 09:09:12 -07:00
Dylan 97e11223dd Merge pull request #14448 from cch5ng/fix/radio-btn-test
add test for radio button in form tag
2017-04-17 13:22:42 -05:00
cch5ng 74ab1b6289 fix: #14402; add test for radio button in form tag 2017-04-17 10:27:14 -07:00
Dylan 66acd3b65c Merge pull request #14440 from Ellyria/fix/typo-in-less-than-or-equal
Added the missing "to" to fix issue.
2017-04-17 10:37:27 -05:00
Dylan 6b9201e63b Merge pull request #14426 from MeamonB/fix/00-getting-started-5/9-do-not-sign-in-with-twitter
Add a sentence stating not to sign in with Twitter on 5/9
2017-04-16 12:52:06 -05:00
master 9bddf6ec60 Add a sentence stating not to sign in with Twitter on 5/9 2017-04-16 12:31:54 -05:00
Dylan 4c14b14e39 Merge pull request #14164 from Manish-Giri/fix/fix-instructions-learn-how-stack-works
Change stack top element in instructions
2017-04-16 12:04:58 -05:00