Commit Graph

3724 Commits (9bd2052b36d44eed5b05cc42c3cc416038c947df)

Author SHA1 Message Date
Thomas KUNTZ 539d5a2ae1 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 7d919b4192 move example out of test 2017-05-26 11:26:40 -05:00
Peter Weinberg cd7f24defd fix(tests): minor change to test suite for nest an anchor challenge 2017-05-24 22:20:45 -04:00
james gill 9993f8afd5 minor change to test suite 2017-05-22 17:35:28 -07:00
Jake 85fc96e934 Removed - Don't worry about JavaScript itself - we will cover it soon. 2017-05-20 20:09:36 -04:00
Huyen Nguyen 2f7d8689ec fix challenge description typo 2017-05-20 04:24:20 +07:00
Peter Weinberg 60522efd5e fix(challenge): fix bug in learn a stack challenge 2017-05-15 19:10:32 -04:00
Jools 4ed293df6e minor change to "while loop" description (#14790) 2017-05-14 23:22:52 +05:30
helenyau0 947d280809 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 6d1f41d140 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 0d2bd2fd2b 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 6f02f853f6 fix(seed) Typo in Use export to Reuse a Code Block (#14857) 2017-05-14 22:49:40 +05:30
Jia Kim 9abe54d573 Fixed instructions for ES6: Set Default Parameters 2017-05-11 20:49:45 -04:00
Peter Weinberg 7e83fee4a1 fix(tests): improve sorting algos section 2017-05-07 22:20:42 -04:00
TheBest101 8941f8445c changing wording 2017-05-06 07:45:22 -04:00
Dylan 0caef00dfe 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
P1xt 54223ce6d0 Scraped first 600 Project Euler Problems (#14605)
Notes:

This is a rough draft to get everyone started.

* Questions for which I did not have confirmed answers for have "TODO" marked in the tests.
* Some descriptions contain latex - I scraped them off the official project euler site (where they use MathJax)
* Some descriptions contain images - easily found in the json by looking for contiguous blank lines - these will have to be handled manually.
2017-05-03 15:32:23 -05:00
Quincy Larson 973e91aec2 add first 10 project euler problem text and titles 2017-05-03 15:32:23 -05:00
Sakthi Kumar 0d9db6ea35 Provided Additional Information on a challenge (#14690) 2017-05-03 23:12:31 +05:30
Roc Granada Verdú c642e4d6ee 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 9e6e841601 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 9a6acfb228 use a regexp to make sure user only changes the first line 2017-05-02 05:08:03 +02:00
Hadrian da52116860 Reworked and Repositioned Attribute Selector Challenge (#13996) 2017-04-28 21:29:59 +05:30
Daniel Engle 635215ccf3 Changed 'Define' to 'Declare' in code comment (#14626) 2017-04-28 12:19:50 +05:30
Nathália Oliveira 88ef3b47fd Brazilian Portuguese translation of Basic Algorithm Scripting (#14590) 2017-04-27 12:53:04 +05:30
Roger Collier 8a1a06a39f Tightened text. Improved grammar. Removed redundancies. (#13768) 2017-04-27 03:32:07 +05:30
Patrick Porche 0bb82ece88 fix(challenge): Update GIF Quality (#14592) 2017-04-27 01:27:22 +05:30
Jools 3f0109ac28 change "element's average" to "elements' average" (#14521) 2017-04-24 22:18:28 +05:30
Manish Giri d88ef0646f Update adjust-height and delete visual-balance-with-height (#14406) 2017-04-24 21:50:57 +05:30
Sebastian Petak 35e65a618e 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 590ca42c67 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 b3927deaf8 Updated url for the Twitch API Docs (#14487) 2017-04-24 01:40:58 +05:30
Claudio Restifo 0501706092 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 cf74318837 fix(challenge): Typo in Serialization of a User Object 2017-04-23 22:45:00 +05:30
jools a12e614535 change challenge description and update tests 2017-04-23 08:34:03 +02:00
Siddhant Chadha 9f8e48cca3 fix typo in Mutate an Array Declared with const 2017-04-22 19:57:18 +05:30
Eric Leung 2913c5c353 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 34a25f784f 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 4275049158 fix: #14402; add test for radio button in form tag 2017-04-17 10:27:14 -07:00
Dylan 1b69cd6c16 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 8c37c7776b 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 89407b6267 Add a sentence stating not to sign in with Twitter on 5/9 2017-04-16 12:31:54 -05:00
Dylan 6b5fd55a34 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
techstonia da4735e749 Add tests for mutate const array 2017-04-16 12:51:24 +03:00
MANISH-GIRI fea5bea3c3 Update variable in typed arrays 2017-04-14 19:30:38 -04:00
Ellyria 404d5f42ce Added the missing "to" to fix issue #14403. 2017-04-14 17:59:07 -04:00
Dylan 5d408b2b10 Merge pull request #14341 from rtopol2/fix/reg-ex-description
Update 'Match Literal Strings' description
2017-04-13 15:48:25 -05:00
Manish Giri aeaf143dd7 Update challengeSeed in arguments wrong order (#14276) 2017-04-13 09:38:15 -04:00
Dylan d3a815a0a8 improve weather app project instructions (#14339) 2017-04-11 16:25:15 -05:00
MANISH-GIRI 182d4f9fdc Edit test for right span content 2017-04-10 22:16:10 -04:00
Ross Topol b19c7ca60e Update 'Match Literal Strings' description 2017-04-10 16:27:16 -05:00
Dylan a931e7fe4d Merge pull request #14275 from Manish-Giri/fix/add-instruction-css-animation
Add instruction to CSS Animations
2017-04-10 11:53:46 -05:00
MANISH-GIRI 209ead5848 CSS color - delete redundant challenge 2017-04-06 15:42:21 -04:00
MANISH-GIRI 43c54d6b12 Add instruction to CSS Animations 2017-04-06 15:10:54 -04:00
Julien Dephix 60b71443ad replace "it's" by "its" (and vice versa) in descriptions and replace 'to lookup' by 'to look up' 2017-04-06 06:31:08 +02:00
Joseph Livengood 7f99a49b95 Merge pull request #14165 from Manish-Giri/fix/add-description-for-front-priority-queue
Add description about front() in Priority Queue
2017-04-05 07:56:29 -04:00
Dylan 9149d55d83 Merge pull request #14120 from Manish-Giri/fix/fix-tests-make-a-person
Add empty method body for make a person(staging)
2017-04-04 19:43:16 -05:00
Eric Leung 030f594ab7 Merge pull request #14237 from cwperks/fix/add-units-to-map-the-debris
Add units to map the debris challenge
2017-04-04 15:18:17 -07:00
Peter Weinberg 1aaf0cfc2b Merge pull request #14117 from JoolsMcFly/fix/empty-spaces-should-be-allowed-between-style-attribute-and-its-value
allow spaces between style attribute and its value
2017-04-04 17:51:28 -04:00
Craig Perkins c1af13959e Add units to map the debris challenge 2017-04-04 10:29:01 -04:00
Julien Dephix 281d80cfcd allow multiple variants of "color:red" in style attribute 2017-04-04 09:44:41 +02:00
cch5ng 1bee5ba2a4 fix: #14051; update instructions text 2017-03-31 10:42:45 -07:00
MANISH-GIRI 67d86cfb4d Add description about front() in Priority Queue 2017-03-30 22:02:52 -04:00
MANISH-GIRI 6cdaa81ff5 Change stack top element in instructions 2017-03-30 21:02:15 -04:00
Dylan 03cde424f7 Merge pull request #14136 from techstonia/fix/target-a-specific-child-of-an-element
Add a Test Case to Target a Specific Child of an Element
2017-03-30 19:33:58 -05:00
Marco Fras 60a687597c Improve wording and formatting (#14061) 2017-03-31 00:39:59 +05:30
Eric Leung 3351c1ea95 Merge pull request #14121 from Manish-Giri/fix/add-dot-com-to-code-example
Add .com to code example
2017-03-29 00:00:47 -07:00
Dylan 533e496f9b Merge pull request #14135 from mbrien12/fix/typo-basic-javascript
Fixed typo in Basic Javascript exercise - 'storing values with assignment operator'
2017-03-28 17:34:58 -05:00
Michelle Brien e122deec1c fixed typo in storing values exercise 2017-03-28 20:51:17 +01:00
techstonia 56bc714dcc Assert the number of bouncing elements 2017-03-28 22:49:28 +03:00
MANISH-GIRI 6a72a114e0 Add test to verify usage of clockwise padding notation 2017-03-28 02:36:18 -04:00
MANISH-GIRI e442a2d563 Add .com to code example 2017-03-27 18:13:45 -04:00
MANISH-GIRI 56e49eb644 Add empty method body for make a person(staging) 2017-03-27 18:02:45 -04:00
Hadrian 662ab00d6b Tweaked title and description of JSON APIs and AJAX challenge (#13988) 2017-03-26 14:10:09 +05:30
Dylan 7da6bcd08d Merge pull request #14054 from ZZhaoTireless/fix/replace-gomax-to-glitch
Fix: replace all GoMix with Glitch
2017-03-24 13:34:21 -05:00
ZZhaoTireless 45f1c92d79 Fix: replace all GoMix with Glitch 2017-03-23 22:26:45 -04:00
Dylan 107eecdd37 Merge pull request #14052 from Marmiz/fix/capitalization-css
Added capitalization warning during CSS introduction
2017-03-23 19:59:05 -05:00
Sean Smith 3898d9ae7d Merge pull request #14013 from JoolsMcFly/fix/simplify-solution-to-priority-challenge
add a simpler solution to Priority Queue
2017-03-22 18:21:17 -07:00
Marmiz 75286773bf added capitalization warning 2017-03-22 23:24:34 +07:00
Manish Giri b4fd0e52bf Update challengeSeed in use spread operator challenge (#13979) 2017-03-22 01:00:05 -05:00
Rob Weber 8622285ca4 Refactor ES6 challenge descriptions (#13629) 2017-03-22 00:59:20 -05:00
David Martinez Gisbert 4e86f6f0d0 Clarify challenge title (#13719) 2017-03-22 00:58:13 -05:00
Jools f017c57730 add test case to Basic Algorithm Scripting: Confirm the Ending (#14000)
Current checks do not cover use cases where target string is found elsewhere in the original string.
closes #13944
2017-03-22 00:46:15 -05:00
Zixu Zhao b7173c29ce Enhancement: add pipe symbol explanation (#14035) 2017-03-22 00:04:51 -05:00
Dylan 8b23b1a887 Merge pull request #13984 from Manish-Giri/fix/use-higher-numbers-as-array-elements
Update challenge to use higher numbers as array elements
2017-03-21 20:23:45 -05:00
Eric Leung 74ea016e73 Merge pull request #13991 from frdmn/fix/remove-newlines
Remove multiple redundant new lines
2017-03-21 13:03:13 -07:00
Eric Leung 4afd16064e Merge pull request #14012 from JoolsMcFly/fix/priority-queue-description
correct grammar in description for PrioriyQueue challenge
2017-03-21 09:17:03 -07:00
Peter Weinberg e311b2dfb3 fix(challenge): modify regex in increment a number challenge 2017-03-20 19:29:58 -04:00
Julien Dephix 274c7e8f91 add a simpler solution to Priority Queue
Existing solution is a bit overkill (reduce + temp array). 
This PR introduces, I believe, a simpler to understand solution.
2017-03-20 10:22:43 +01:00
Julien Dephix 8b6607ec96 update description for PrioriyQueue challenge
changed "We've starting writing" to "We've started writing"
2017-03-20 09:37:35 +01:00
Dylan d5db2803ad Merge pull request #13982 from Manish-Giri/fix/improve-instructions-responsively-style-radio-buttons-checkboxes
Minor improvement in responsively style challenges instructions
2017-03-18 21:13:10 -05:00
Jonas Friedmann ee6e8f1a0d
Remove multiple redundant new lines 2017-03-18 20:50:23 +01:00
Ethan Arrowood 1e55865cfd Updated and Reviewed Data Structure Set challenges (#13858)
* Updated and reviewed first two Set challenges.

* Updated and Reviewed more Set challenges

* updated and reviewed set challenges. one to go.

* Updated and reviewed all Set challenges

* Fixed solution errors

* Updated and reviewed first two Set challenges.

Updated and Reviewed more Set challenges

updated and reviewed set challenges. one to go.

Updated and reviewed all Set challenges

Fixed solution errors
2017-03-18 03:08:50 -05:00
Zixu Zhao d6b81dea7f using groups instead of blocks (#13962) 2017-03-18 02:59:11 -05:00
Dylan c94f5e34c3 Merge pull request #13960 from HKuz/fix/oneGoogleFontChall
Combine Google Font challenges into one
2017-03-17 22:07:56 -05:00
MANISH-GIRI a60b1debd0 Update challenge to use higher numbers as array elements 2017-03-17 20:27:15 -04:00
MANISH-GIRI 3d22f09567 Minor improvement in responsively style challenges instructions 2017-03-17 18:48:27 -04:00
Heather Kusmierz 4d0d1b5ff0 Combine Google Font challenges into one 2017-03-17 18:18:47 -04:00
Berkeley Martinez 15ab1b8654 Merge pull request #13967 from makkBit/fix/testTitle
Correct typo in 'specify exact number of matches' challenge
2017-03-17 14:23:00 -07:00
cdrainxv 59c543e7b4 removed flex-basis from flex-grow challenge (#13947) 2017-03-17 15:48:40 -04:00
Makk 86fb1a125a fix test title of re challenge 2017-03-17 14:14:06 +05:30
Eric Leung 179da995c5 Merge pull request #13701 from donniereese/fix/basic-css-border-radius-percent-message
Fixed display of various characters not showing up correctly in test console
2017-03-16 22:28:39 -07:00
cdrainxv b8963ff921 changed instances of teal to cyan 2017-03-16 00:26:19 -06:00
SebastianPetak 8556dcf17e Refactor test message for Title Case Challenge
Rewrite test messages to use <code> tags when describing the return value
to make their expected output more understandable.
2017-03-15 14:49:58 -05:00
Dylan 4fbcd0e2c7 Merge pull request #13818 from adetime/fix/usage-of-text-align-to-anchor-tags
fix/usage-of-text-align-to-anchor-tags
2017-03-14 20:59:17 -05:00
Eric Leung 346c01dcc6 Merge pull request #13882 from Atomk/fix/code-spacing
Minor text fixes in Applied Visual Design challenges
2017-03-13 22:41:37 -07:00
Dylan c125c38546 Merge pull request #13866 from Manish-Giri/fix/add-tests-in-capture-group
Add tests in reuse capture group
2017-03-12 22:02:16 -05:00
Atomk 5caad3301d Minor text fixes in Applied Visual Design challenges 2017-03-12 22:08:34 +01:00
Timo c9b5dbb26e Merge pull request #13811 from adetime/fix-radio-button-description
Insert a missing information needed to pass all tests on Radio Buttons Challenge
2017-03-12 16:42:48 +01:00
MANISH-GIRI 3cc97fa91b Add tests in reuse capture group 2017-03-11 22:37:55 -05:00
Adeildo Amorim 941ca5f0a2 Correct English sentence 2017-03-11 19:29:42 -08:00
Dylan 8df1f13e14 Merge pull request #13834 from fonsecapontes/fix/spread-operator-test
fix test pass spread-operator
2017-03-11 20:33:27 -06:00
Timo 249c6dfb40 Merge pull request #13612 from erictleung/fix/clarify-concat-strings
Clarify concatenating strings with +=
2017-03-12 01:22:59 +01:00
Simon Morgan fea32fe2f4 Correct capitalisation of Wikipedia 2017-03-11 11:30:10 +00:00
Dylan 2eb22f6294 Merge pull request #13709 from cdrainxv/fix/media-query-description
Edited description and test
2017-03-10 21:25:16 -06:00
Austin Thiel 1a2ef05569 Fix poor wording for first test check 2017-03-09 23:44:16 -08:00
fonsecapontes e6af4207c3 fix test pass spread-operator 2017-03-09 23:33:08 -03:00
Timo 8234ed9788 Merge pull request #13756 from ellenkorbes/translate/Pt-translation-getting-started
Review/editing pass on the pt-br text of the getting-started section
2017-03-09 23:11:42 +01:00
Timo b2241954c1 Merge pull request #13772 from jdeprey/fix/say-hello-map
Clarify instructions in Say Hello to HTML challenge
2017-03-09 22:52:35 +01:00
Ellen b946adfdf9 Update getting-started.json 2017-03-09 18:32:00 -03:00
MANISH-GIRI a71d6f9a77 Convert lookup table to object 2017-03-09 09:07:47 -05:00
Eric Leung 1397e3c790 Merge pull request #13576 from Greenheart/fix/learn-stack-tests
fix(challenge): More robust test for "Learn how a Stack Works".
2017-03-09 01:02:25 -08:00
Eric Leung 0ccc4c8a54 Merge pull request #13599 from Manish-Giri/fix/change-tests-where-do-I-belong
Add type checking in Where Do I Belong
2017-03-09 00:52:31 -08:00
Eric Leung e8c22f543e Clarify concatenating strings with +=
- Be more specific in what needs to be done using the plus equals
- Remove unnecessary line break before strings to be concatenated
2017-03-09 00:23:50 -08:00
Adeildo Amorim 2da119f0fd fix/usage-of-text-align-to-anchor-tags 2017-03-08 20:34:50 -08:00
Adeildo Amorim 2a2dfa4430 Insert a missing information needed to pass all tests 2017-03-08 13:00:11 -08:00
homerrowsky e435fb1a4a Fix typos in basic-css-hex-code-colors 2017-03-08 09:59:34 -06:00
Joseph DePrey f03330d981 Clarify Basic HTML instructions 2017-03-08 09:06:00 +01:00
Berkeley Martinez 4b04cd488b Merge pull request #13800 from Ethan-Arrowood/fix/npm-tests-not-advancing
Removed challengeType from backend challenges
2017-03-07 22:56:50 -08:00
Eric Leung f7928b79fd Merge pull request #13765 from Atomk/fix/missing-space
Insert missing space in challenge code
2017-03-07 21:43:30 -08:00
Ethan Arrowood c68b5e36b3 Removed challengeType from backend challenges 2017-03-08 00:15:52 -05:00
Matt f821a35be7 updated descriptions in linked list challenges for clarity, grammar and better ease of comprehension (#13647) 2017-03-05 21:38:09 -06:00
Morgan b3c13ecba0 Added explanation of justified text to Applied Visual Design: Create Visual Balance Using the Text-align Property (#13614) 2017-03-05 18:54:11 -06:00
Kenneth-LJS b951eb308b Clean up binary tree challenges (#13603) 2017-03-05 18:42:16 -06:00
Sean Smith 217c47fae7 revised priority queue challenge (#13691) 2017-03-05 18:06:18 -06:00
Chris Jantzen 4176e6e886 Changed codepen link on project page to the full webpage without code. (#13766) 2017-03-05 18:05:07 -06:00
Atomk 02a2e08981 Insert missing space in challenge code 2017-03-06 00:10:02 +01:00
ellen 1dcfc10886 Review/editing pass on the pt-br text of the getting-started section 2017-03-05 10:35:14 -03:00
Atomk d4d44b1d63 Fix indentation of style tag 2017-03-05 12:08:27 +01:00
Timo cbf73146d1 Merge pull request #13705 from Manish-Giri/fix/reword-bootstra-fluid-containers
Improve instructions in responsive design with bootstrap
2017-03-05 01:06:57 +01:00
Dylan 3632319282 Merge pull request #13707 from cdrainxv/fix/tertiary-colors-test
Edited test to allow for lowercase hex code
2017-03-03 21:14:18 -06:00
MANISH-GIRI 054630a4c9 Improve instructions in responsive design with bootstrap 2017-03-03 19:58:47 -05:00
Quinn-H 40dfbddf58 add missing the letter i 2017-03-04 04:19:44 +13:00
Peter Weinberg d04a6d3484 updated URLs for example codepens (#13637) 2017-03-03 02:00:55 -06:00
cdrainxv c5d422de9d Edited description and test 2017-03-02 22:39:34 -07:00
cdrainxv 62d5f240de Edited test to allow for lowercase hex code 2017-03-02 21:44:28 -07:00
Donnie Reese a638900386 Fixed display issues of various characters not showing up correctly in the console on the test page when tests are ran. html codes to show basic characters such as “%” and “,” where not consistent with other seed entries. 2017-03-02 17:48:35 -06:00
Timo 98f76acd05 Merge pull request #13618 from BhaveshSGupta/fix-empty-editor-and-empty-device-preview
Fix Empty editor and empty device preview
2017-03-02 19:56:12 +01:00
Samuel Plumppu c89adb4e02 Merge pull request #13675 from sid-doshi/fix/codepen-link-update
update codepen signup link
2017-03-01 14:41:40 +01:00
Samuel Plumppu 4a4381fdc8 Merge pull request #13631 from JohnOKeefe15/fix/css-property-test-fail
Fix for failing test on width css property
2017-03-01 12:07:40 +01:00
Berkeley Martinez b9c54fb859 Merge pull request #13164 from no-stack-dub-sack/fix/backend-challenge-wrapper
fix(challenges): add class to backend challenge wrapper, fix basic no…
2017-02-28 13:43:54 -08:00
Siddharth Doshi 5b722c5757 update codepen signup link 2017-02-28 23:05:04 +05:30
Bhavesh S. Gupta ab9ae5188d Put all lists in a single string 2017-02-28 14:56:26 +01:00
Vincent D'Onofrio f0c63a0ab1 Updated broken Codepen Signup link 2017-02-27 18:18:48 -05:00
Donnie Reese efa5f88e46 Fixed a minor formatting issue in the React challenges. 2017-02-27 15:46:03 -06:00
Samuel Plumppu 5d14a4f3ee Merge pull request #13584 from Manish-Giri/fix/improve-accessing-nested-objects-challenge
Change challengeSeed in accessing nested objects
2017-02-27 18:31:35 +01:00
Samuel Plumppu d424b7331d Merge pull request #13548 from dhcodes/fix/challenge-title-formatting
Fix challenge title formatting misc
2017-02-27 17:55:38 +01:00
Samuel Plumppu cece7057b5 Merge pull request #13625 from hay-dee/fix/improved-inline-style-color-challenge
Created distinction between last two tests and tweaked assertion test
2017-02-27 17:50:25 +01:00
dhcodes 325fa6d3a5 Fix challenge title formatting misc 2017-02-27 08:47:23 -06:00
Samuel Plumppu 6efb9acc6f fix(challenge): More robust test for "Learn how a Stack Works". 2017-02-27 15:28:00 +01:00
Samuel Plumppu e80a330b04 Merge pull request #13559 from IanTeo/fix/es6-formatting
Reformatted instructions for the class ES6 challenges
2017-02-27 14:45:17 +01:00
boyinstruggle 75e4bd563a Created distinction between last two tests and tweaked assertion test 2017-02-27 21:37:30 +08:00
Ian Teo 116588d773 Reformat class Syntax and getters and setters instructions 2017-02-27 09:00:28 +08:00
boyinstruggle 4c3b4d24f1 Filtered out text-decoration and added more descriptions 2017-02-26 12:29:07 +08:00
MANISH-GIRI 083cd59ce4 Add type checking in Where Do I Belong 2017-02-25 20:01:22 -05:00
MANISH-GIRI d13afaff68 Change challengeSeed in accessing nested objects 2017-02-25 15:15:02 -05:00
Dylan c71bc0ba68 Merge pull request #13574 from Greenheart/fix/tests-for-js-global-scope-functions
fix(challenge): Fix tests for "Basic JS: Global scope and functions"
2017-02-25 11:18:13 -06:00
Kenneth 6d6046d0c8 Fix semicolon errors 2017-02-25 21:59:02 +08:00
Samuel Plumppu f0ee4c33f2 Merge pull request #13580 from Ethan-Arrowood/fix/json-apis-and-ajax-onclick-test
Fixed and Modified Test in Trigger Click Events with JavaScript
2017-02-25 11:12:49 +01:00
Samuel Plumppu 112113d57a Merge pull request #13583 from Manish-Giri/fix/change-string-to-number
Change string to number in add items to array
2017-02-25 11:05:42 +01:00
Samuel Plumppu 3526a36138 Merge pull request #13572 from IanTeo/fix/relax-quoting-string-challenge
Relax strictness of Quoting Strings with Single Quotes
2017-02-25 10:50:00 +01:00
Samuel Plumppu 16f5a651de Merge pull request #13566 from Kenneth-LJS/fix/fix-adding-to-set-challenge-test
Fix 'Creating and Adding to Sets in ES6' challenge
2017-02-25 10:42:19 +01:00
MANISH-GIRI dd732c42ea Change string to number in add items to array 2017-02-25 01:11:57 -05:00
Ian Teo c0c5b959e8 Relax strictness of Quoting Strings with Single Quotes 2017-02-25 13:31:07 +08:00
Kenneth 312e66d6cf Fix 'Creating and Adding to Sets in ES6' challenge 2017-02-25 11:25:56 +08:00
Ethan Arrowood 706e1aa2f3 Modified test to test for function not regex match 2017-02-24 22:07:28 -05:00
Samuel Plumppu 9c1441f59d Merge pull request #13343 from erictleung/fix/format-learning-about-stacks
Format Learn how a stack works challenge
2017-02-25 00:27:18 +01:00
Samuel Plumppu 6f17967daa Merge pull request #13563 from AngShiYa/fix/es6-formatting
Reformat ES6 challenges instructions
2017-02-25 00:16:42 +01:00
Samuel Plumppu 48990fb33a fix(challenge): Fix tests for "Basic JS: Global scope and functions"
Since the last test case was triggering on a line from the challenge
head, it was necessary to slightly modify the test cases.

They now let the expected code pass.
2017-02-24 23:45:22 +01:00
Samuel Plumppu 596a254851 Merge pull request #13573 from AngShiYa/fix/remove-description-in-challenge-seed
Remove description in challenge seed
2017-02-24 22:34:12 +01:00
Samuel Plumppu 1babb06858 Merge pull request #13554 from gogolab/fix/issue13466
Update description of beta challenge
2017-02-24 22:24:43 +01:00
Samuel Plumppu b257afe683 Merge pull request #13560 from Manish-Giri/fix/add-tests-remove-from-set
Add tests for remove from set
2017-02-24 21:35:48 +01:00
Ang Shi Ya 7af87063cd Remove description in challenge seed 2017-02-25 01:59:38 +08:00
Samuel Plumppu c445fadb4e Merge pull request #13570 from AngShiYa/fix/add-note-in-bootstrap-json
Add note and edit link in challenge description
2017-02-24 18:40:01 +01:00
Ang Shi Ya 0b3a3ea9d1 Add note and edit link in description 2017-02-25 00:37:04 +08:00
Dylan c73bb44be9 Merge pull request #13567 from hay-dee/fix/validate-inline-style-color
Amended regex to properly validate inline-style
2017-02-24 10:30:43 -06:00
Dylan 2123427e6a Merge pull request #13080 from ajain17/fix/jquery_delete_function
Allow closing brackets on the same line
2017-02-24 10:26:18 -06:00
boyinstruggle 3bcb72d6a6 Amended regex to properly validate inline-style 2017-02-24 22:21:17 +08:00
Joseph Livengood fe0b5e11a8 Updated from remixing Gomix projects to Importing (#13547) 2017-02-23 23:09:57 -06:00
Ang Shi Ya 6ee5f4632f Reformat ES6 challenges instructions 2017-02-24 13:02:17 +08:00
John OKeefe 9aa8cd261a Fix for failing test on width css property 2017-02-23 20:18:32 -08:00
MANISH-GIRI 183eef4c5b Add tests for remove from set 2017-02-23 20:48:12 -05:00
gogolab f1d555f964 Update description of beta challenge 2017-02-23 22:20:52 +01:00
MANISH-GIRI e6524f3f39 Improve instructions in font degrade challenge 2017-02-23 14:00:08 -05:00
JamayK bb26f9a0ea Added new test for "Return Largest Numbers in Arrays", with negative only numbers. 2017-02-23 15:03:30 +02:00
Joseph Livengood 4ded8169cb Merge pull request #13501 from donofriov/fix/typo-in-challenge-code-calculate-circumference
Fixed typo in Challenge Code - calculateCircumference
2017-02-21 16:29:27 -05:00
Samuel Plumppu 54cc599979 Merge pull request #13445 from Manish-Giri/fix/array-destructuring-tests
Fix formatting and add tests for array destructuring
2017-02-21 21:10:30 +01:00
Vincent D'Onofrio 8e7b1171ce Fixed typo in Challenge Code - calculateCircumference closes #13464 2017-02-21 15:07:16 -05:00
Pu Xiao 1d947a0b6c add test case for "Where Do I belong" 2017-02-22 00:07:16 +08:00
MANISH-GIRI d93e51e181 Fix formatting and add tests for array destructuring 2017-02-21 10:56:08 -05:00
Dylan 0e4f07a197 Merge pull request #13491 from cdrainxv/fix/tertiary-colors-test
modified the tests to work on firefox
2017-02-21 07:55:37 -06:00
Dylan 640f2597ab Merge pull request #13389 from cdrainxv/fix/modify-test
modified the test case to include color keyword value
2017-02-21 07:48:26 -06:00
Joseph Livengood 34eea3a59c Merge pull request #13492 from Atomk/fix/challenge-remove-hover
[beta] Remove unnecessary hover references
2017-02-21 08:29:02 -05:00
cdrainxv 45f22df304 modified the tests to work on firefox 2017-02-21 01:32:47 -07:00
Samuel Plumppu d3c0fda24e Merge pull request #13484 from Manish-Giri/fix/fix-instructions-doubly-linked-list
Fix description in create linked list
2017-02-21 09:07:36 +01:00
Samuel Plumppu 2b17a9efdb Merge pull request #13480 from Hpauric/patch-1
Fix/ Missing CSS Selectors in code example
2017-02-21 09:03:40 +01:00
Eric Leung b0a257342f Merge pull request #13487 from Manish-Giri/fix/improve-oboe-errors-challenge
Improve oboe-errors challenge
2017-02-20 23:05:16 -08:00
cdrainxv 032a078feb modified the test case to include color value 2017-02-20 23:09:09 -07:00
Dylan 77cb58a291 Merge pull request #13489 from erictleung/fix/add-comment-specs-to-style-guide
Specify in style guide that comments to have space
2017-02-20 21:53:26 -06:00
Joseph Livengood bd5334aabf Merge pull request #13475 from QuentinGibson/fix/indexOf
indexOf() instead of includes()
2017-02-20 22:24:42 -05:00
MANISH-GIRI 806cb4ea2f Improve oboe-errors challenge 2017-02-20 21:35:28 -05:00
Eric Leung 44ded19bb2 Specify in style guide that comments to have space 2017-02-20 18:27:30 -08:00
MANISH-GIRI 9ca19150b9 Fix description in create linked list 2017-02-20 19:17:47 -05:00
Pauric Holleran 6428a9fd96 CSS Selectors added in code example
The code example in Sass: Nesting CSS with Sass was missing CSS element selectors. These have been added.
2017-02-20 22:18:05 +00:00
Samuel Plumppu f479237e74 Merge pull request #13342 from RamiroPinol/fix/typos-advanced-express-tools
Fix/typos advanced express tools
2017-02-20 21:55:39 +01:00
RamiroPinol eadb4a2354 Fixed several typos in advanced-express-tools.json 2017-02-20 17:46:19 -03:00
quentin de707c185e indexOf() instead of includes() 2017-02-20 15:42:50 -05:00
Samuel Plumppu 5658256715 Merge pull request #13414 from robbawebba/fix/reformat-es6-challenges
Reformat ES6 Challenge Descriptions
2017-02-20 21:15:16 +01:00
robertweber95 4ce5835e14 Reformat challenge descriptions and titles 2017-02-20 15:08:34 -05:00
Samuel Plumppu d88fadd24a Merge pull request #13453 from bonham000/fix/adv-data-structures-circular-queue
revised circular queue challenge and added working tests
2017-02-20 20:29:26 +01:00
Sean Smith 874db8bcbb revised circular queue challenge and added working tests 2017-02-20 11:25:00 -08:00
Joseph Livengood b9ba476712 fix(challenge): Typo in "OOP: Use an IIFE to Create a Module" 2017-02-20 13:43:43 -05:00
Samuel Plumppu ee6c544009 fix(challenge): Format constructor property in "OOP: Set Constructor" 2017-02-20 18:41:54 +01:00
Samuel Plumppu 91bb28bbaf fix(challenge): Typo in "OOP: Use an IIFE to Create a Module" 2017-02-20 18:28:41 +01:00
Samuel Plumppu b758143cc5 fix(challenge): Typo in "OOP: Reset Inherited Constructor Property" 2017-02-20 17:59:07 +01:00
Ellen 5e1e8a50a7 Translation of the "Responsive Web Design Principles" section into pt-br (#13422) 2017-02-20 16:40:59 +00:00
Samuel Plumppu f08db28c37 fix(challenge): Use correct indices in test messages. (#13461) 2017-02-20 19:04:04 +05:30
Eric Leung 812ce81135 Format Learn how a stack works challenge
- Improve readability of challenge
- Spell out JavaScript abbreviations
- Apply appropriate dfn and code tags
- Change from single quotes to double quotes
- Add periods to end of challenge tests
2017-02-19 18:36:33 -08:00
Jamos Tay da13d605b1 Add new 'Modify Fill Mode of an Animation' challenge (#13299) 2017-02-19 17:39:25 -06:00
Atomk 418411fe62 Remove unnecessary hover references 2017-02-19 20:05:40 +01:00
Samuel Plumppu 5297fed2bc Merge pull request #13448 from rarmatei/fix/challenge-rewording
Reword challenge on font degradation
2017-02-19 10:55:05 +01:00
Rares Matei 8430684595 Remove Monospace font from challenge work area
Reword the challenge
Fix typo in Notes section
2017-02-19 09:35:29 +00:00
Samuel Plumppu 771ee34378 Merge pull request #13446 from Manish-Giri/fix/nodes-in-linked-list
Fix instructions and challenge seed in linked-list
2017-02-19 10:22:49 +01:00
Samuel Plumppu 0e9f045f2c Merge pull request #13418 from cdrainxv/fix/remove-overflow-x-scroll
moved comment to new line to remove overflow-x scrollbar
2017-02-19 10:13:13 +01:00
MANISH-GIRI b6d7722c1d Fix instructions and challenge seed in linked-list 2017-02-19 03:03:18 -05:00
cdrainxv e3469353b0 moved comment to new line to remove overflow-x scrollbar 2017-02-18 20:52:01 -07:00
systimotic 3aabe3c58d Clarify instructions in the string immutability challenge 2017-02-18 23:49:57 +01:00
Eric Leung 7230b36c58 Format Depth-First Search algorithm for graphs (#13316)
- Add dfn and code tags
- Add img-responsive to GIF image
- Use horizontal rule instead of "Instructions"
- Fix challenge tests and add working solution
- Add DFS challenge solution
- Add additional tests to thoroughly check answer
2017-02-19 01:28:03 +05:30
Sing Liu f5129f0ba6 Update test message in Target the Children of an Element Using jQuery (#13374) 2017-02-19 00:58:49 +05:30
Samuel Plumppu 8dae1ee35d fix(challenge): Fix broken tests for Linked List challenge. (#13388)
* Also added a solution to increase `npm test` coverage.
2017-02-19 00:51:47 +05:30
Quincy Larson 6bc82a7d11 add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
Samuel Plumppu 5381953137 Merge pull request #13415 from Manish-Giri/fix/improve-instructions-add-images
Improve instructions in add images challenge
2017-02-18 19:28:28 +01:00
Samuel Plumppu e82c12ebbd Merge pull request #13427 from rarmatei/fix/missing-semicolon
Add missing semicolon at the end of example section statement
2017-02-18 19:18:30 +01:00
Samuel Plumppu 66e759ac56 fix(challenge): Improve tests for Circular Queue challenge. (#13308)
* Fix some typos that prevented valid solutions from passing.
* Add new test cases to better test for what the instructions ask for.
* Improve test-messages.
* Add passing solution, to increase coverage of `npm test`.
2017-02-18 22:48:23 +05:30
Rares Matei 14a9e63cbc Add missing semicolon at the end of example statement 2017-02-18 17:05:38 +00:00
Jenell Pizarro 640eee5f19 correct URLs by escaping quotes (#13416) 2017-02-18 12:10:38 +05:30
MANISH-GIRI bfa39b530b Improve instructions in add images challenge 2017-02-17 22:07:55 -05:00
Jamos Tay 476d6ec78f Add requirement for add function to return boolean (#13404) 2017-02-17 21:06:53 -06:00
Joseph Livengood b21fec7a0f BCrpyt challenges added to Infosec and implemented in Advanced Node/Express (#13339) 2017-02-17 20:52:27 -06:00
Peter Weinberg 9ec760fa54 fix(challenges): add class to backend challenge wrapper, fix basic node formatting 2017-02-17 20:20:23 -05:00
mrugesh mohapatra 1fc42ad55b Merge pull request #13406 from amandaporto/fix/update-url-product-landing-challenge
Modify url in build-a-product-landing-page challenge description
2017-02-18 02:04:11 +05:30
mrugesh mohapatra 1d58af3d81 Merge pull request #13272 from Marmiz/fix/Add-images-challenge
added step by step instruction on adding an image to a website
2017-02-18 01:42:09 +05:30
Rares Matei 407b052417 Add target _blank to all external links in challenges (#13231)
Add target _blank to all external links in challenges:
- applied-visual-design 
- basic-html-and-html5 
- quality-assurance-and-information-security-projects
2017-02-18 01:27:56 +05:30
Amanda Porto 205ef7017b Fix codepen url 2017-02-17 14:17:39 -05:00
Jamos Tay a8b11d600f Change example code 2017-02-17 11:42:27 +08:00
Eric Leung 5322c11703 Merge pull request #13347 from atjonathan/fix/typos
Minor grammar and typo fixes
2017-02-15 06:21:55 -08:00
theflametrooper e7d108654f Minor grammar and typo fixes 2017-02-15 11:20:06 +00:00
Dylan 77496cbb8b Merge pull request #13335 from cdrainxv/fix/edit-description
Edited description on svg origin
2017-02-14 15:34:57 -06:00
Jamos Tay 12f3b1b10a Remove extra close brace 2017-02-14 22:24:42 +08:00
Prayag Verma 9104d809f6 Fix typos in infosec challenge 2017-02-14 12:21:41 +05:30
Claudio Restifo 9ba3226cd2 added step by step instruction on adding an image to a website 2017-02-14 08:29:37 +07:00
cdrainxv 314e1b9eb8 Edited description on svg origin 2017-02-13 14:29:57 -07:00
mrugesh mohapatra c80d7de646 Merge pull request #13297 from erictleung/fix/add-keywords-to-style-guide
Add TOC and proper noun section to challenge guide
2017-02-13 18:22:28 +05:30
Eric Leung 1ef2f224b3 Add TOC and proper noun section to challenge guide
- Add table of contents summarizing challenge style guide
- Start proper noun section for how certain words should appear
- Add constraint on using double quotes for seed and description
2017-02-13 04:25:59 -08:00
mrugesh mohapatra d4f85d0bc6 Merge pull request #13315 from erictleung/fix/use-em-dash-in-oop
Correct em dash in OOP challenge plus formatting
2017-02-13 17:39:34 +05:30
Samuel Plumppu 4476fbbec7 Merge pull request #13301 from QuincyLarson/fix/relocate-convert-celsius
move the convert celsius challenge over to the algorithm challenges
2017-02-13 12:03:22 +01:00
Eric Leung b0236a163a Correct em dash in OOP challenge plus formatting 2017-02-13 02:43:20 -08:00
Peter Weinberg c54a21a5f5 fix(challenge): fix instructions in serve json challenge 2017-02-12 22:00:06 -05:00
Rob Weber 8964f19460 Reformat ES6 challenge descriptions (#13256) 2017-02-12 14:36:43 -06:00
Eric Leung 46e9392bca Use correct em dash in Node introduction (#13296) 2017-02-12 14:35:00 -06:00
Joseph Livengood 20c988eed0 Socket.IO challenges added to Advanced Node and Express section. (#13302) 2017-02-12 14:33:15 -06:00
Quincy Larson 9ed1725335 move the convert celsius challenge over to the algorithm challenges 2017-02-12 13:20:47 -06:00
Eric Leung b85fb6e2f4 Merge pull request #13198 from Manish-Giri/fix/remove-code-tags
Remove code tags from challenge seed
2017-02-12 02:00:47 -08:00
Eric Leung e1bcb69cf2 Merge pull request #13295 from Manish-Giri/fix/arguments-in-function-call
Ensure use of two arguments in function call
2017-02-12 01:50:57 -08:00
Eric Leung b35319cf55 Merge pull request #13255 from becausealice2/fix/instruction-ambiguity
Reword amiguous challenge instructions
2017-02-12 01:39:12 -08:00
MANISH-GIRI 818878783d Ensure use of two arguments in function call 2017-02-12 04:03:05 -05:00
Eric Leung 3df836dab8 Merge pull request #13162 from no-stack-dub-sack/fix/grammar-formatting-env-challenge
fix(challenge): various grammar and formatting, .env node challenge
2017-02-12 01:01:22 -08:00
cdrainxv 70b6489e8e Added semicolon to statement 2017-02-11 22:13:15 -07:00
Dylan 34280a7cb4 Merge pull request #13287 from cdrainxv/fix/edit-label-text
Edited label text in description and challenge code
2017-02-11 21:50:03 -06:00
rrjoson 3f6ccb42fb Fix media query instructions and test 2017-02-12 01:43:39 +08:00
cdrainxv b88521fd87 Edited label text in description and challenge code 2017-02-11 09:03:20 -07:00
Ayushi Jain 3249f20626 Allow closing brackets on the same line 2017-02-11 09:16:07 +05:30
MagiaSN 4986838930 Fix description of 2nd test in challenge Inventory Update 2017-02-10 23:06:54 +08:00
Joseph Livengood 8daeda9991 Social Authentication challenges added to Advanced Node/Express section (#13235) 2017-02-10 02:14:05 -06:00
Peter Weinberg dff99bd0f8 fix(challenge): various grammar and formatting, .env node challenge 2017-02-09 19:24:53 -05:00
Alice Jiang 32cbeabdb6 Reword amiguous challenge instructions 2017-02-08 20:58:49 -06:00
mrugesh mohapatra 6562ba3100 Merge pull request #13166 from dhcodes/fix/change-hyperdev-to-gomix
replace Hyperdev references with Gomix
2017-02-08 20:36:49 +05:30
Samuel Plumppu 9ad7a94bf4 Merge pull request #13143 from BrendanSweeny/fix/improve-es6-scopes-var-let-challenge
Reduce complexity of the 'scopes with var and let' challenge
2017-02-08 14:26:16 +01:00
Brendan Sweeny 54434beebc Reduce complexity of the 'scopes with var and let' challenge 2017-02-07 22:13:20 -07:00
Samuel Plumppu 85777d0590 Merge pull request #13228 from HKuz/fix/addChallengeGuide
Add updated challenge style guide
2017-02-08 00:01:04 +01:00
Heather Kusmierz 9add5be43f Add updated challenge style guide 2017-02-07 17:41:27 -05:00
Samuel Plumppu 9dec4d1e4d Merge pull request #13196 from Manish-Giri/fix/remove-hover-state
Remove hover state requirement
2017-02-07 23:15:08 +01:00
MANISH-GIRI 1a91bd48a2 Fix typo in articles 2017-02-07 15:09:23 -05:00
Eric Leung 41b2e3103d Merge pull request #13212 from Manish-Giri/fix/remove-regex-i-flag
Remove requirement of i flag in regex
2017-02-07 09:31:06 -08:00
Eric Leung e47b2c7af7 Merge pull request #13012 from Greenheart/fix/remove-u-tag-from-links
fix(challenge): Improve example for "Applied Visual Design: Use the u Tag to Underline Text"
2017-02-07 09:10:51 -08:00
Eric Leung 7a09ce6068 Merge pull request #13113 from Greenheart/fix/array-slice-cleaner-assertion
fix(challenge): Cleaner assertion for "Copy an Array with slice()".
2017-02-07 08:38:37 -08:00
Samuel Plumppu 3e788f2e5c fix(challenge): Improve example for "Applied Visual Design: Use the u Tag to Underline Text".
* Update instruction.
* Update `challengeSeed` for following challenges.
* Use strict equality for tests.
2017-02-07 12:54:35 +01:00
MANISH-GIRI 1c4ee44cf4 Remove requirement of i flag in regex 2017-02-07 00:58:42 -05:00
MANISH-GIRI 74d56826f2 Remove code tags from challenge seed 2017-02-07 00:26:58 -05:00
Eric Leung e95c540364 Merge pull request #13178 from cdrainxv/fix/change-description-wording
Reworded descriptive text to refer to present literal match example.
2017-02-06 19:18:53 -08:00
Dylan a3ea8239b0 Merge pull request #13176 from cdrainxv/fix/short-fix-unshift
Replaced shift() with unshift() in description
2017-02-06 21:16:19 -06:00
Eric Leung e3bf6f6014 Merge pull request #13159 from Greenheart/fix/fp-filter-broken-test
fix(challenge): Fix broken test for "FP: Use filter to extract data".
2017-02-06 18:46:18 -08:00
mrugesh mohapatra 77acf30892 Merge pull request #12982 from Dagolin/translate/zh-TW-translation-getting-started
Translation of Getting Started in Tradational Chinese (zh-tw)
2017-02-07 02:13:07 +05:30
MANISH-GIRI 9dc5617f7f Remove hover state requirement 2017-02-06 14:50:31 -05:00
Eric Leung 01e4f491b4 Merge pull request #13167 from Greenheart/fix/fp-array-slice-fatal-typo
fix(challenge): Fix fatal typo in "FP: use Array.slice()"
2017-02-05 23:09:58 -08:00
Joseph Livengood 8219ed4213 View rendering and Passport challenges in Advanced Node/Express created (#13177) 2017-02-06 00:45:41 -06:00
cdrainxv 646157f0e2 Reworded descriptive text to refer to present literal match example 2017-02-05 21:48:00 -07:00
cdrainxv f61e731b17 Replaced shift() with unshift() in description 2017-02-05 20:35:18 -07:00
Quinn-H f466608754 Unneccessary semicolon fixed 2017-02-06 14:21:17 +13:00
Heather Kusmierz 3edb8825ae Revise intro for Basic CSS section 2017-02-05 16:24:17 -05:00
Samuel Plumppu 16f84630ab fix(challenge): Fix fatal typo in "FP: use Array.slice()"
* Fixes a typo that prevented the challenge from being completed at all.
2017-02-05 21:15:12 +01:00
Dylan 0ee1356577 replace Hyperdev references with Gomix 2017-02-05 14:10:52 -06:00
Samuel Plumppu d66a1ce7b6 fix(challenge): Fix broken test for "FP: Use filter to extract data". 2017-02-05 17:12:31 +01:00
systimotic 33caf46c3c Simplify truncate a string challenge 2017-02-05 14:31:48 +01:00
Timo c382824601 Merge pull request #12929 from Greenheart/fix/return-a-value
fix(challenge): Update tail section for "Return a Value from a Function with Return"
2017-02-05 14:12:03 +01:00
Peter Weinberg da86b63ec8 Merge pull request #13108 from JosephLivengood/fix/npm-tilde-challenge
fix(challenge): Updated NPM tilde test to work
2017-02-04 22:22:08 -05:00
Peter Weinberg 402bc57408 Merge pull request #13149 from JosephLivengood/fix/node-server-static
Fix to test string in challenge 'Serve an HTML file'
2017-02-04 22:09:53 -05:00
Joseph Livengood 5ed48119f6 Fix to test string in challenge 'Serve an HTML file' 2017-02-04 21:52:54 -05:00
Peter Weinberg 15474e8065 Merge pull request #13132 from Greenheart/fix/oop-all-props-stricter-tests
fix(challenge): Stricter tests for "OOP: Iterate Over All Properties"
2017-02-04 19:41:19 -05:00
Peter Weinberg 32c054a889 Merge pull request #13131 from Greenheart/fix/oop-own-props-stricter-tests
fix(challenge): Stricter tests for "OOP: Understand Own Properties".
2017-02-04 19:25:25 -05:00
Peter Weinberg dce8f07ea6 Merge pull request #13123 from Greenheart/fix/oop-prototype-properties
fix(challenge): Format challengeSeed to encourage best practices.
2017-02-04 18:51:39 -05:00
Peter Weinberg 36cd246536 Merge pull request #13040 from Greenheart/fix/missing-letters-improved-tests
fix(challenge): Improved tests for Algorithm "Missing Letters".
2017-02-04 18:47:50 -05:00
Peter Weinberg 35646265c2 Merge pull request #13129 from Greenheart/fix/oop-constructor-property
fix(challenge): Stricter tests for "OOP: Constructor property"
2017-02-04 18:12:18 -05:00
Peter Weinberg 2b5f22c99d Merge pull request #13124 from Greenheart/fix/oop-dot-notation-log
fix(challenge): Accept more correct solutions for "OOP: Use dot notation"
2017-02-04 18:10:14 -05:00
Samuel Plumppu c9ad06cc91 fix(challenge): Stricter tests for "OOP: Constructor property"
* Also fixed an misleading sentence in the instruction.
2017-02-05 00:04:39 +01:00
Peter Weinberg bcb6bad157 Merge pull request #13141 from Greenheart/fix/oop-new-prototype-stricter-tests
fix(challenge): Stricter tests for "OOP: New Object Prototype".
2017-02-04 18:01:43 -05:00
Peter Weinberg 5faa01c0ee Merge pull request #13139 from Greenheart/fix/oop-add-solutions
fix(challenge): Add solutions for OOP-challenges.
2017-02-04 18:00:37 -05:00
Peter Weinberg 40fdef1d58 Merge pull request #13125 from Greenheart/fix/oop-instanceof
fix(challenge): Improve seed code for "OOP: Use instanceof"
2017-02-04 17:59:05 -05:00
Peter Weinberg fd83ced36d Merge pull request #13072 from Greenheart/fix/array-splice-stricter-tests
fix(challenge): stricter tests for "Add Items Using splice()".
2017-02-04 17:24:24 -05:00
Samuel Plumppu c1472f96c1 fix(challenge): Accept more correct solutions for "Use dot notation"
Now accepts either one or two `console.log()` expressions.
2017-02-04 23:08:59 +01:00
Peter Weinberg f31413653a Merge pull request #13068 from Greenheart/fix/array-splice-formatting
fix(challenge): formatting of "Remove Items Using splice()".
2017-02-04 16:35:08 -05:00
Pauric Holleran 22a465f8ed Fixed Dataset Link for Bar Chart Project
Removed "1" from the end of the link.
2017-02-04 19:51:53 +00:00
Samuel Plumppu eeaac55443 fix(challenge): Stricter tests for "OOP: New Object Prototype". 2017-02-04 19:36:04 +01:00
Samuel Plumppu 6339c48421 fix(challenge): Add solutions for OOP-challenges.
* Also fix tests that break when run outside of the browser environment.
2017-02-04 18:17:44 +01:00
Ankit Dwivedi 17a118f983 Added semicolon to end of first statement in challegeSeed for Regular Expressions: Find Characters with Lazy Matching 2017-02-04 07:09:54 -08:00
Samuel Plumppu 829cbe03ec fix(challenge): Stricter tests for "OOP: Iterate Over All Properties" 2017-02-04 14:29:27 +01:00
Samuel Plumppu 86e6baaea6 fix(challenge): Stricter tests for "OOP: Understand Own Properties". 2017-02-04 13:53:22 +01:00
Dylan 7f48b58001 Merge pull request #13126 from Greenheart/fix/oop-supertype-semicolons
fix(challenge): Add semicolons to "OOP: Inherit from a Supertype"
2017-02-03 22:22:40 -06:00
Samuel Plumppu 6edeb1ca60 fix(challenge): small typo in "OOP: Use closure protection" 2017-02-04 03:07:05 +01:00
Samuel Plumppu cd30e4c079 fix(challenge): Add semicolons to "OOP: Inherit from a Supertype" 2017-02-04 03:03:38 +01:00
Samuel Plumppu 4660d756f2 fix(challenge): Improve seed code for "OOP: Use instanceof"
* Temporarily disable jshint to allow expressions resulting in dead code
* Update constructor declaration for consistency.
2017-02-04 02:44:50 +01:00
Samuel Plumppu 29f6cd75b2 fix(challenge): Format challengeSeed to encourage best practices.
* By re-formatting the seed a bit, I hope to help campers complete
their object definitions before they instantiate anything from them.
2017-02-04 00:54:22 +01:00
MANISH-GIRI e83d3b2c48 Improve instructions in regex match repeating characters 2017-02-03 17:19:37 -05:00
Samuel Plumppu 72cb9b1c8a fix(challenge): Cleaner assertion for "Copy an Array with slice()". 2017-02-03 17:43:05 +01:00
Samuel Plumppu de93525405 Merge pull request #13098 from Manish-Giri/fix/update-code-formatting-regex-lazy-matching
Fix code formatting in regex find characters with lazy matching
2017-02-03 16:30:07 +01:00
Samuel Plumppu eae234a240 Merge pull request #13096 from Manish-Giri/fix/regex-match-single-character
Improve instruction in regex match single character challenge
2017-02-03 16:22:52 +01:00
Joseph Livengood 8d96c3cbf8 Updated NPM tilde test to work 2017-02-03 08:23:39 -05:00
Billy Reilly 43cd4a59d7 fix(challenges): Additional test cases for 'Escape Sequences in Strings' 2017-02-03 09:54:01 +00:00
Manish Giri 875ef5e98f Fix code formatting in regex find characters with lazy matching 2017-02-02 21:17:16 -05:00
Manish Giri 3d1790d66e Improve instruction in regex match single character challenge 2017-02-02 20:05:18 -05:00
Samuel Plumppu e6621a637c Merge pull request #13094 from Manish-Giri/fix/regex-ignore-case-matching
Improve instruction in regex ignore case while matching challenge
2017-02-03 01:22:17 +01:00
Manish Giri 5fd62ada94 Improve instruction in regex ignore case while matching challenge 2017-02-02 19:10:26 -05:00
Peter Weinberg 0b60d7de3a chore(seed): freeCodeCampify remaining sections of codebase 2017-02-02 18:29:59 -05:00
Peter Weinberg 72b1f4ac75 Merge pull request #13081 from dnahol/fix/challenge-test
fix(challenge): Decrease the Opacity of An Element
2017-02-02 17:24:48 -05:00
Samuel Plumppu 47c1d73174 fix(challenge): update tail section for "Return a Value from a Function with Return". 2017-02-02 20:47:38 +01:00
Paul 2c9bda5cc3 clarified challenge instructions 2017-02-02 12:58:01 -06:00
Samuel Plumppu 719524d739 Merge pull request #13079 from vcapretz/fix/html-term-all-caps
Fixes html term to all capslock
2017-02-02 18:27:41 +01:00
Samuel Plumppu 905e033bb2 Merge pull request #13073 from dnahol/fix/challenge-syntax
Added semicolon to Regular Expressions: Match Beginning String Patterns
2017-02-02 18:26:35 +01:00
dnahol 740fea2e0f fix challenge test 2017-02-02 08:27:35 -08:00
Vitor Capretz 2d2b2503b3 fixes html term to all capslock 2017-02-02 14:19:22 -02:00
dnahol d1b1c508f5 added semicolon 2017-02-02 06:47:43 -08:00
Samuel Plumppu 941c0201fa fix(challenge): stricter tests for "Add Items Using splice()". 2017-02-02 12:34:25 +01:00
Samuel Plumppu 302e42352f fix(challenge): formatting of "Remove Items Using splice()".
* Improve order of Array-methods in a sentence.
* Fix preposition.
* Fix tab for challengeSeed.
2017-02-02 11:28:01 +01:00
Samuel Plumppu 02af548ebc Merge pull request #13063 from cdrainxv/fix/add-semicolons
Added semi-colon to end of statements
2017-02-02 10:25:08 +01:00
Samuel Plumppu fa6dea3fc4 Merge pull request #13062 from JosephLivengood/fix/regex-challenge-formatting
Updated challenge text formatting to be uniform
2017-02-02 10:22:33 +01:00
Samuel Plumppu b82043f2e5 Merge pull request #13057 from delbertlegg/fix/pig-latin-edge-cases
Added edge case tests for Pig Latin challenge
2017-02-02 10:16:49 +01:00
cdrainxv 14e290aab4 Added semi-colon to end of statements 2017-02-01 23:40:35 -07:00
mrugesh mohapatra 0b9c939782 Merge pull request #12963 from robbawebba/fix/beta-arrow-functions-tests
Reformat ES6 arrow function challenges
2017-02-02 12:04:09 +05:30
mrugesh mohapatra 4db24a8e7d Merge pull request #12887 from ajain17/fix/multiple_flexbox_issues
Fixes multiple flex issues
2017-02-02 11:59:23 +05:30
Joseph Livengood cc9898cfc2 Updated challenge text formatting to be uniform 2017-02-02 00:14:02 -05:00
robertweber95 c3cd614890 Reformat ES6 arrow function challenges 2017-02-01 22:17:38 -05:00
Eddie Legg 78a8cd5c0a Added edge case test for Pig Latin challenge
Added edge case tests for Pig Latin Challenge
2017-02-01 21:44:33 -05:00
Samuel Plumppu 2ff7d678a2 fix(challenge): Improved tests for Algorithm "Missing Letters".
Thanks to @breatheloud for reporting and triaging this!
* Improve tests to cover what the instructions actually ask for.
* Update solution to pass new test suite.
2017-02-01 23:11:00 +01:00
Ayushi Jain 82dac61c47 Fixes multiple flex issues 2017-02-01 13:55:35 -05:00
Samuel Plumppu 4116d30b42 Merge pull request #13035 from ajain17/fix/em_italicizing_jquery
Allow empty spaces in text between tags
2017-02-01 19:18:02 +01:00
Ayushi Jain 88653883be Allow empty spaces in text between tags 2017-02-01 13:01:25 -05:00
Dylan f19ab500b7 Merge pull request #13017 from Greenheart/fix/text-transform-instruction-and-format
fix(challenge): Update instructions and format for text-transform challenge
2017-02-01 11:05:27 -06:00
Samuel Plumppu 7cfdefeaca Merge pull request #12910 from envy7/fix/empty-translations
Removed all empty translations present in the challenges in the seed files
2017-02-01 18:01:44 +01:00
Samuel Plumppu 9685a6d59e Merge pull request #13010 from erictleung/fix/format-breadth-first-search-graphs
Format Breadth-First Search for graphs challenge
2017-02-01 17:43:06 +01:00
cdrainxv fe0aeb37d7 Added a comma to seperate x and y coordinates pairs 2017-02-01 07:26:51 -07:00
Samuel Plumppu 2fea39ff12 Merge pull request #12956 from BrendanSweeny/fix/es6-formatting
Reformatted instructions for the first four ES6 challenges
2017-02-01 11:15:24 +01:00
envy7 56a2bdbed4 removed all empty translations present in the challenges in the seed files 2017-02-01 15:14:37 +05:30
Eric Leung 911b0410dd Format Breadth-First Search for graphs challenge
- Apply appropriate formatting for key words
- Make algorithm image responsive
- Apply code tags around appropriate words
- Remove unnecessary semicolon in seed code
- Fix test with Infinity value
- Add solution to Breadth-First Search
2017-01-31 22:25:06 -08:00
Samuel Plumppu c7ff926f27 fix(challenge): Update instructions and format for text-transform challenge.
* Improve instruction.
* Format CSS values as table.
* Add additional test.
* Use strict equality check.
2017-02-01 00:28:21 +01:00
Ayushi Jain 932e8a950e Fix spacing issue in jquery challenge 2017-01-31 15:17:01 -05:00
Samuel Plumppu 2d2c2e24bc Merge pull request #12860 from ajain17/feature/changeTextInsideStrongTag
Changed the text enclosed by strong tag
2017-01-31 19:39:11 +01:00
Brendan Sweeny 723cf467da Reformat first four ES6 challenge instructions 2017-01-30 21:22:39 -07:00
padulam 4b9cb8f32e Fix issue with id for Intro to Basic CSS challenge 2017-01-30 21:58:47 -05:00
Samuel Plumppu f10833dfcf Merge pull request #12969 from erictleung/fix/incidence-matrix-challenge-formatting
Format Incidence Matrix challenge
2017-01-30 23:08:21 +01:00
Ayushi Jain 417152a52b Changed the text enclosed by strong tag 2017-01-30 16:22:25 -05:00
Samuel Plumppu 43d69e0e44 Merge pull request #12855 from HKuz/fix/newJSchText
Test, formatting fixes for new JS challenges
2017-01-30 19:30:05 +01:00
DESKTOP-ATRT1VG\Dago 904e9c2102 tw (zh-tw) language update on getting-started 2017-01-30 23:10:02 +08:00
manish-giri 9e96f09612 Update position of x point 2017-01-30 00:54:42 -05:00
Eric Leung ec3c3911ba Format Incidence Matrix challenge
- Title case title to make consistent with other ADS challenges
- Add definition tags to new words
- Put multi-line code in blockquotes
- Add convenience spaces in seed code
- Fix misspelled variables in tests
- Add solution to incidence matrix challenge
- Add appropriate code tags around text
2017-01-29 20:18:22 -08:00
Heather Kusmierz 4827d03a3c Test, formatting fixes for new JS challenges 2017-01-29 19:17:04 -05:00
Samuel Plumppu 42a0a56e60 Merge pull request #12958 from padulam/fix/change-the-prototype-instructions
Fix error in instructions for change the prototype to a new object challenge
2017-01-29 21:55:24 +01:00
Samuel Plumppu b59f0c4efd Merge pull request #12957 from Hapoofesgeli/fix/improve-meaning
Improve the sentence to imply the correct meaning
2017-01-29 21:50:45 +01:00
Samuel Plumppu fca90ae021 Merge pull request #12896 from no-stack-dub-sack/fix/quoting-challenge
fix quoting strings challenge
2017-01-29 21:47:51 +01:00
Samuel Plumppu a123ffc2b3 Merge pull request #12950 from erictleung/fix/code-formatting-in-adv-data-structures
Format text in several Adv Data Struc challenges
2017-01-29 21:40:53 +01:00
padulam 9b438e8148 Update instructions for change the prototype challenge 2017-01-29 15:20:21 -05:00
Eric Leung ff8ae4e3a2 Format text in several Adv Data Struc challenges
- Format Typed Arrays
- Format Directed and Undirected Graphs
- Format Adjacency List
- Format Adjacency Matrix
- Added solutions code for the above four challenges
- Add horizontal rules before challenge requirements
- Change "Directed and Undirected Graphs" challenge into "Introduction
  to Graphs"
2017-01-29 12:17:50 -08:00
Hapoofesgeli f91282bce4 Update basic-css.json 2017-01-29 19:30:10 +00:00
Peter Weinberg 123b6ea128 fix quoting strings challenge 2017-01-29 13:59:07 -05:00
Samuel Plumppu 80d7cfaaf5 Merge pull request #12951 from erictleung/fix/example-complex-objects-code-formatting
Make example in Manipulate Complex Obj consistent
2017-01-29 19:08:24 +01:00
Samuel Plumppu bd88e03a03 Merge pull request #12945 from HKuz/fix/bootstrapIntro
Add introduction for Bootstrap section
2017-01-29 17:41:09 +01:00
Eric Leung 46af5e9e62 Make example in Manipulate Complex Obj consistent 2017-01-29 05:23:42 -08:00
mrugesh mohapatra 311b517778 Merge pull request #12888 from richiethomas/fix/multiline-comments
Prevent 'comment-your-javascript-code' from passing incorrectly due to multi-line comments which are not visible to users
2017-01-29 14:16:07 +05:30
mrugesh mohapatra 90ca422d52 Merge pull request #12821 from no-stack-dub-sack/fix/project-landing-pages
update links and formatting, project landing pages
2017-01-29 14:13:02 +05:30
Heather Kusmierz 259fc6b689 Add introduction for Bootstrap section 2017-01-28 19:34:28 -05:00
Samuel Plumppu 4c004833ff Merge pull request #12932 from wildlifehexagon/fix/visual-design-typos
fixes for various typos in the Applied Visual Design section
2017-01-29 00:20:23 +01:00
wildlifehexagon daa3002488 fixes for various typos in Applied Visual Design 2017-01-28 17:16:57 -06:00
Timo fbe86aa911 Merge pull request #12930 from Greenheart/fix/basic-algorithm-prevent-use-of-string-repeat
fix(challenge): Prevent use of String.repeat() in Basic Algorithm
2017-01-28 22:38:05 +01:00
Samuel Plumppu a697639504 fix(challenge): Prevent use of String.repeat() in Basic Algorithm. 2017-01-28 21:51:28 +01:00
Peter Weinberg 83dca62bd9 basic ds: add intro challenges + final QA 2017-01-28 11:08:50 -05:00
Peter Weinberg 8ddfefb92f update links and formatting, project landing pages 2017-01-28 13:12:04 +05:30
mrugesh mohapatra 166826d67f Merge pull request #12823 from bonham000/fix/adv-algos-and-data-structures
Improvements to adv. algos and data structures
2017-01-28 12:26:45 +05:30
mrugesh mohapatra 87d9f760fe Merge pull request #12752 from HKuz/fix/noCSSinHTML
Remove CSS from HTML section
2017-01-28 03:24:22 +05:30
mrugesh mohapatra d3b5e8249d Merge pull request #12909 from leonfeng/fix/project-page-layout
Fix the project pages layout issue
2017-01-28 02:57:24 +05:30
Dylan c5a7a47181 Merge pull request #12809 from HKuz/fix/CSSsequencing
Fix sequencing issues in Basic CSS section
2017-01-27 09:47:33 -06:00
Heather Kusmierz 66011f3779 Fix sequencing issues in Basic CSS section 2017-01-27 09:08:52 -05:00
Timo d594946df6 Merge pull request #12861 from codeman869/fix/falsy-bouncer-description
Add hint to Falsy Bouncer challenge description
2017-01-27 11:27:55 +01:00
Leon Feng 3a4257fd12 Fix the project pages layout issue 2017-01-27 14:12:11 +04:00
Berkeley Martinez f1d936198e feat(challenges): add backend challenge infrastructure (#11058)
* Feat: Initial backend view

* Feat: Refactor frame runner

* Feat: backend challenge submit runs tests

* Feat: Backend challenge request

* Feat: Whitelist hyperdev in csp

* Fix: Use app tests instead of challenge tests

* Feat: Allow hyperdev subdomains

* Fix(csp): allow hypderdev.space subdomains

* feat(challenge): submit backend

* feat: Add timeout to test runner (5 sec)

* chore(seed): Add more to test backend

* fix(csp): s/hyperdev/gomix/g

* fix(app): fix code mirror skeleton filepath

* fix(app): remove Gitter saga import

* fix(app): codemirrorskeleton does not need it's own folder
fix(app): cmk needs to work with Null types

* fix: No longer restart the browser when challenges change

* fix(app): Update jquery for challenges

* fix(seed): Remove to promise jquery call

* fix(lint): Undo merge error
undefined is no allowed

* fix(app): linting errors due to bad merge

* fix(seed): Remove old seed file
2017-01-26 23:07:22 -06:00
RamiroPinol 9ed5fda5d6 solved typo: loged -> logged 2017-01-26 18:04:52 -03:00
richiethomas 77207b2a0b Prevent 'comment-your-javascript-code' from passing incorrectly due to multi-line comments which are not visible to users 2017-01-26 13:47:29 -05:00
Cody Deckard 9d751451fa Add hint to Falsy Bouncer challenge description
Updates the Falsy Bouncer challenge description to include a hint
to help campers understand how they should approach the challenge
without revealing too much information or locking the camper into
a particular solution.
2017-01-26 15:46:40 +00:00
Timo 2d346e1c5a Merge pull request #11987 from dhcodes/fix/improved-tests-divide-by-decimal
change test to ensure use of /
2017-01-26 09:19:21 +01:00
Dylan 927308bc7f :change test to ensure use of / 2017-01-25 21:33:31 -06:00
db 1aac3c7fec Update 'firstName' parameter changed to 'name' 2017-01-26 00:48:14 +05:30
Sean Smith 0dce7e9500 Improvements to adv. algos and data structures 2017-01-25 00:04:16 -08:00
mrugesh mohapatra 6eac7893a7 Merge pull request #12797 from no-stack-dub-sack/fix/basic-ds-objects
reformat, refactor basic ds: object challenges
2017-01-24 23:40:56 +05:30
dhcodes b91c87c353 changed wording on google font ch. 2017-01-24 22:08:22 +05:30
Heather Kusmierz 8feb6f561b Remove CSS from HTML section 2017-01-24 09:02:15 -05:00
Cody Deckard d8bc1d7958 Adds JSON example to Convert JSON Data to HTML
Places JSON example inside a code block in the challenge
description for campers to review while they work on the
challenge.
2017-01-24 12:57:04 +00:00
mrugesh mohapatra b43ee80301 Merge pull request #12761 from QuincyLarson/fix/instructions-become-hrs
turn the "instructions" into an hr element
2017-01-24 18:16:54 +05:30
Timo d518d874ea Merge pull request #12734 from dhcodes/fix/rwd-menu-collapse
Change RWD to RWD Principles to prevent collapsible menu conflict
2017-01-24 10:27:48 +01:00
Peter Weinberg 1582dce15b reformat, refactor basic ds: object challenges 2017-01-23 23:34:05 -05:00
dhcodes ebdd1a27e4 Change RWD to RWD Principles to prevent collapsible menu conflict 2017-01-23 21:24:58 -06:00
Dylan a4cfdddb33 Merge pull request #12738 from Syntactual/fix/rewrite_question
added some text to the challenge 08-coding-interview-questions
2017-01-23 12:19:17 -06:00
Rajesh d325c5f4b5 Fixed Formatting issue in "Return Largest Numbers in Arrays" 2017-01-23 12:17:56 +05:30
Quincy Larson dd299662f1 Merge pull request #12746 from no-stack-dub-sack/fix/basic-ds-formatting
refactor and reformat, basic DS: array challenges
2017-01-22 15:26:50 -06:00
Quincy Larson 79c1ec1327 turn the "instructions" into an hr element 2017-01-22 15:22:26 -06:00
Peter Weinberg 1a5cf16f2b refactor and reformat, basic DS: array challenges 2017-01-22 13:35:02 -05:00
dhcodes b5db716edb improve tests for parseInt radix 2017-01-22 09:04:48 -06:00
Syntactual e53ea8caa0 added some text to the challenge 08-coding-interview-questions 2017-01-22 08:25:44 -06:00
Thomas Altmann 532261bc56 Added a space to test message in slug challenge to reflect the actual testcase 2017-01-21 21:02:49 +00:00
Timo 81eba79ec5 Merge pull request #12700 from petercollingridge/fix/d3-change-styles-typo
Fix typo in Data Visualization with D3: Change Styles Based on Data: …
2017-01-21 20:45:04 +01:00
Peter Collingridge a16cef51ee Fix typo in Data Visualization with D3: Change Styles Based on Data: h1 -> h2 2017-01-21 18:34:36 +00:00
systimotic 8fa53263dc Fix challenge type for data structure and ES6 challenges 2017-01-21 16:13:19 +01:00
Heather Kusmierz bfa25a814b Fix formatting, tests for new HTML and CSS challenges 2017-01-21 06:55:27 -05:00