Carlos Vigil
2bea60a02b
Cleanup CONTRIBUTING.md
...
Lint with Remark: correct numbered lists numbers, add spaces to lists,
use headings in single decreasing increments, reformat table for
readability, correct spelling error, correct emphasis syntax, add
clarification for npm requirement, and reflow line length for 80
column limit.
2016-07-21 21:44:27 -04:00
Eric Leung
0541ebcc98
Merge pull request #9836 from BKinahan/fix/confirm-ending-tests
...
Change two tests on Confirm the Ending
2016-07-21 15:46:41 -07:00
BKinahan
16cb426944
Change two tests on Confirm the Ending
2016-07-21 19:56:04 +00:00
BKinahan
d6e5efe13e
Change two tests on Confirm the Ending
2016-07-21 19:56:04 +00:00
dhcodes
70769d56a5
remove Wiki sidebar HTML, LESS, JS
...
remove Wiki sidebar
2016-07-21 09:59:32 -05:00
Stuart
ff5a28a0d9
Fix/Improve Accessibilty Practices
2016-07-21 15:03:17 +01:00
Stuart
37cb4d481d
Fix/Improve Accessibilty Practices
2016-07-21 15:03:17 +01:00
Mrugesh Mohapatra
c9add5f8d6
Merge pull request #9785 from alanbares/fix/fix-ordered-list-bug
...
Fix Ordered list test bug
2016-07-21 18:08:08 +05:30
Mrugesh Mohapatra
c00f1e50f7
Merge pull request #9785 from alanbares/fix/fix-ordered-list-bug
...
Fix Ordered list test bug
2016-07-21 18:08:08 +05:30
Mrugesh Mohapatra
6114f4fbd7
Correct Decoding a Binary Number description text
...
Correct Decoding a Binary Number description text.
2016-07-21 16:59:21 +05:30
Carlos Vigil
61881688a6
Correct Decoding a Binary Number description text
...
Changed spelling of "staring" to "starting".
2016-07-21 07:15:14 -04:00
Carlos Vigil
c432a6ad61
Correct Decoding a Binary Number description text
...
Changed spelling of "staring" to "starting".
2016-07-21 07:15:14 -04:00
alanbares
2a8e33c679
Add case insenstive regex for top 3 things cats hate test in create an ordered list challenge
...
Add regex fix to things cats love test
2016-07-20 13:51:36 -07:00
alanbares
f9444b6bd8
Add case insenstive regex for top 3 things cats hate test in create an ordered list challenge
...
Add regex fix to things cats love test
2016-07-20 13:51:36 -07:00
Quincy Larson
36c1e56b7f
Update and move Medium challenge to early challenges, improve first challenge copy ( #9805 )
...
Update and move Medium challenge to early challenges, improve first challenge copy
2016-07-21 00:15:25 +05:30
Quincy Larson
7c21726160
Update and move Medium challenge to early challenges, improve first challenge copy ( #9805 )
...
Update and move Medium challenge to early challenges, improve first challenge copy
2016-07-21 00:15:25 +05:30
Rémi Fortier
55825df386
Fixed translation
2016-07-20 18:40:50 +00:00
Rémi Fortier
a75590be7b
Fixed translation
2016-07-20 18:40:50 +00:00
Mrugesh Mohapatra
16798fcc77
Merge pull request #9803 from QuincyLarson/fix/optimizely-improvements
...
Update shop based on Optimizely results and add Audible link
2016-07-20 23:45:02 +05:30
Mrugesh Mohapatra
a8ebbff63e
Merge pull request #9804 from QuincyLarson/fix/remove-wiki-nav-button
...
remove wiki nav button and target blank from shop nav button
2016-07-20 23:28:20 +05:30
Berkeley Martinez
2afa5830f0
Merge pull request #9811 from FreeCodeCamp/snyk-fix-2222bd74
...
[Snyk Alert] Fix for 4 vulnerable dependency paths
2016-07-20 09:25:43 -07:00
snyk-bot
c631056c25
fix: package.json & .snyk to reduce vulnerabilities
2016-07-20 15:33:27 +00:00
Rémi Fortier
bd7bc2a695
Translated challenge 10 to 18
2016-07-20 14:15:13 +00:00
Rémi Fortier
bb4e0f5eb6
Translated challenge 10 to 18
2016-07-20 14:15:13 +00:00
Rémi Fortier
1c3f196446
added translation to pig latin challenge
2016-07-20 14:12:17 +00:00
Rémi Fortier
7537119878
added translation to pig latin challenge
2016-07-20 14:12:17 +00:00
Quincy Larson
3eaf37d4a9
remove wiki nav button and target blank from shop nav button
2016-07-20 01:37:38 -07:00
Quincy Larson
100d89a022
Update shop based on Optimizely results and add Audible link
2016-07-20 01:36:36 -07:00
Eric Leung
453763527c
Merge pull request #9695 from ladybugtju/fix/car_seats
...
Changed number of car seats to 5
2016-07-19 13:51:01 -07:00
Eric Leung
49993e6b22
Merge pull request #9695 from ladybugtju/fix/car_seats
...
Changed number of car seats to 5
2016-07-19 13:51:01 -07:00
ladybugtju
0bd927f8c5
Changed number of car seats to 5
2016-07-19 12:05:37 -07:00
ladybugtju
07e8b3b0aa
Changed number of car seats to 5
2016-07-19 12:05:37 -07:00
Quincy Larson
ca02833aee
Merge pull request #9783 from jwoo92/patch-2
...
fix/UPDATE-advanced-ziplines.json
2016-07-19 00:15:05 -07:00
Justin Woodward
352d7b772d
fix/UPDATE-advanced-ziplines.json
...
Calculator project example update:
Previous calculator had several bugs that were addressed. Per Quincy Larson's request, this file has been updated to provide a new calculator example existing under Free Code Camp's CodePen profile that has corrected the following bugs in the previous calculator example:
Entry box is now limited so all numbers / operations in use are visible.
Corrected the use of operators - now you can not begin with an operator or use an operator twice in a row.
Corrected the use of the decimal - now you can only use the decimal once per number to be evaluated.
Corrected the use of zero - you now may not begin with or use multiple zeros unless it is in relation to a number with a decimal.
Corrected a bug where once you received an answer, you may continue using the answer in another equation.
Corrected a Clear Entry (CE) bug where once an equation's answer is returned, it does not All Clear (AC) if 'CE' is clicked.
2016-07-18 19:28:45 -04:00
Justin Woodward
07a9217c1d
fix/UPDATE-advanced-ziplines.json
...
Calculator project example update:
Previous calculator had several bugs that were addressed. Per Quincy Larson's request, this file has been updated to provide a new calculator example existing under Free Code Camp's CodePen profile that has corrected the following bugs in the previous calculator example:
Entry box is now limited so all numbers / operations in use are visible.
Corrected the use of operators - now you can not begin with an operator or use an operator twice in a row.
Corrected the use of the decimal - now you can only use the decimal once per number to be evaluated.
Corrected the use of zero - you now may not begin with or use multiple zeros unless it is in relation to a number with a decimal.
Corrected a bug where once you received an answer, you may continue using the answer in another equation.
Corrected a Clear Entry (CE) bug where once an equation's answer is returned, it does not All Clear (AC) if 'CE' is clicked.
2016-07-18 19:28:45 -04:00
Berkeley Martinez
7dc77947f5
Merge pull request #9542 from FreeCodeCamp/greenkeeper-gulp-eslint-3.0.1
...
Update gulp-eslint to version 3.0.1 🚀
2016-07-18 11:33:55 -07:00
greenkeeperio-bot
87e5596f98
chore(package): update gulp-eslint to version 3.0.1
...
https://greenkeeper.io/
2016-07-18 11:12:32 -07:00
Berkeley Martinez
ea3a9b7cda
Merge pull request #9747 from FreeCodeCamp/greenkeeper-eslint-3.1.0
...
Update eslint to version 3.1.0 🚀
2016-07-18 11:12:03 -07:00
Berkeley Martinez
010063b2de
Merge pull request #9642 from FreeCodeCamp/greenkeeper-babel-eslint-6.1.2
...
Update babel-eslint to version 6.1.2 🚀
2016-07-18 11:11:41 -07:00
Eric Leung
0063b789e4
Merge pull request #9769 from aashil/fix/missing-semi-colon
...
Added the missing semi-colon for valid JS in the basic-javascript.json
2016-07-17 18:43:32 -07:00
aashil
45995b6b12
Added the missing semi-colon for valid JS in the basic-javascript.json file
2016-07-17 20:28:18 -04:00
aashil
eef46ecf3f
Added the missing semi-colon for valid JS in the basic-javascript.json file
2016-07-17 20:28:18 -04:00
Eric Leung
4f49fbd61e
Merge pull request #9763 from jaikamat/fix/global-scope-wording
...
Fixed wording in Global Scope and Functions challenge instructions
2016-07-17 14:43:28 -07:00
Eric Leung
fecc939774
Merge pull request #9763 from jaikamat/fix/global-scope-wording
...
Fixed wording in Global Scope and Functions challenge instructions
2016-07-17 14:43:28 -07:00
Jai Kamat
1a50fcb418
Fixed wording in Global Scope and Functions challenge instructions
2016-07-17 17:24:46 -04:00
Jai Kamat
9bb654ddd9
Fixed wording in Global Scope and Functions challenge instructions
2016-07-17 17:24:46 -04:00
Eric Leung
75bba05718
Merge pull request #9766 from benschac/fix/glovebox_style_fix
...
Fix closing / </code> causing styling error.
2016-07-17 13:20:20 -07:00
Benjamin Schachter
07f1cf93e0
Fix closing / </code> causing styling error.
...
This fix adds a / to the closing code block that was causing a styling issue in the challenge.
2016-07-17 16:03:49 -04:00
Benjamin Schachter
af97734c1b
Fix closing / </code> causing styling error.
...
This fix adds a / to the closing code block that was causing a styling issue in the challenge.
2016-07-17 16:03:49 -04:00
Eric Leung
44b5911b77
Merge pull request #9761 from Kallaway/fix/bootstrap-text-rewrite
...
Rewrite text in: Responsive Design with Bootstrap Fluid Containers
2016-07-17 08:06:10 -07:00