Commit Graph

3724 Commits (9bd2052b36d44eed5b05cc42c3cc416038c947df)

Author SHA1 Message Date
Beau Carnes 0fcaccdc3c Merge branch 'feat/object-freeze-challenge' into staging 2017-09-01 19:18:01 -07:00
Beau Carnes 45c2c73033 fix(seed): Fix typos 2017-09-01 19:15:29 -07:00
Beau Carnes 618e164063 Merge branch 'feature/object-freeze-challenge' of https://github.com/adityaparab/FreeCodeCamp into adityaparab-feature/object-freeze-challenge 2017-09-01 18:58:57 -07:00
Darkpingouin 79c06ac6a5 Updated simple challenges for colorblinds (#15602)
* Update Challenge for color-blindness 

To do : Translate for Ru, Es and pt-br
Done : Corrected the challenge + translation in German done.

* Corrected color for color-blindness in simple challenges

To do : Translate in ru, pt-br and es
Done: code correction + de translation

* Fix a bug and update some translations
2017-09-01 18:56:03 -07:00
Berkeley Martinez 956bacf0e5 Merge pull request #15373 from dhcodes/fix/tests-inc-dec
change tests to reflect desired solution
2017-09-01 18:15:32 -07:00
Berkeley Martinez 885c73abac Merge pull request #15821 from QuincyLarson/feature/add-math-for-programmers-stubs
feat(challenges): Added math challenge stubs
2017-08-31 22:42:08 -07:00
Dylan 9ad056a7df Merge pull request #15801 from systimotic/fix/revert-regex-css-test
fix(challenges): Revert CSS regex test
2017-08-31 21:11:36 -05:00
Quincy Larson 0fa97530bb feat(challenges): Added math challenge stubs 2017-08-30 17:35:35 -07:00
Timo 626d243db4 fix(challenges): Revert CSS regex test
Some CSS tests were changed to regex tests while the CSS tests weren't
working on Firefox. Now that the original issue has been fixed, these
changes can be reverted.

Closes #15567
2017-08-30 14:56:09 +02:00
Alvin Lim b41a3c0ff4 feat(challenges): Added more assertion for Project Euler problem twe 2017-08-27 16:35:31 +07:00
Timo dcfe18d5d5 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Aung Myo Kyaw 7b8256a519 feat(seed): Add tests and solution to Problem: Largest Prime Factor 2017-08-25 17:08:51 +06:30
Daksh Shah 77935478fb Improve description of work with dynamic data in D3 challenge 2017-08-23 16:30:20 +05:30
Manish Giri cf436f34bc feat(challenges): Add Strict Equality examples challenge (#15784) 2017-08-22 22:56:49 -05:00
Alvin Kristanto 6710a77508 feat(challenges): Updated project euler problem (#15754)
added more assertion and tweaked the task

feat(challenges): Added solution for project euler

Added solution for project euler problem 21
2017-08-21 23:36:34 -05:00
Sophanarith Sok 661ecf9dab test(tests): Add tests to Problem: Even Fibonacci Numbers (#15773)
Add more specific tests and edit motivational comment for something more
interesting.
2017-08-21 23:15:54 -05:00
Manish Giri addb6c4e69 fix(challenges): Remove double quote requirement in jQuery selectors 2017-08-21 04:06:14 -04:00
Prateek 751a407ef6 Add tests for having single ol and ul element 2017-08-14 21:41:38 +05:30
Shubham Sharma 19e4c0fccd fix(challenges): Add test to check semicolon (#15756)
forces semicolon at the end of inline style declaration

Closes #10703
2017-08-12 17:33:42 -05:00
Darth Skywalker d5f1687a0e feat(challenge): Added Object.freeze challenge wrt #15746 2017-08-13 00:19:13 +05:30
Eric Leung 7fbce94845 fix: Clarify mutate array with const challenge (#15745)
Instructions for Mutate an Array Declared with const was unclear and
included unnecessary learning materials. This commit aims to clarify the
instructions for what the challenge requires, and also add in missing
challenge tests.

Closes #14832
2017-08-11 15:06:35 -05:00
Sophanarith Sok 0a4a50f040 test(seed): Add tests to Project Euler (#15750)
Add more tests. Add parameter to function to enable more specific tests
and enables easier way to verify a valid function. Update problem
description.
2017-08-11 14:57:00 -05:00
Alvin Kristanto 3d1ef747e2 edited project euler problem 20 (#15748)
revert(challenges): Change function name, parameters given, and return

Give better naming, avoid infiinite loop
2017-08-11 14:17:25 -05:00
Cody Seibert 9f875e1d11 feat(quiz): initial quiz view which can be used for multiple choice (#15743)
quizes
2017-08-08 14:31:26 -05:00
Eric Leung 93148665c6 Merge pull request #15742 from dhcodes/fix/code-styling-on-switch
fix(challenges): Change switch code format for consistency
2017-08-08 10:44:57 -07:00
Dylan 8c28b3fadf Merge pull request #15744 from usmandap/fix/longest-word-in-string
fix(seed): Function name findLongestWord changed
2017-08-08 08:40:52 -05:00
dhcodes c5be44be1b fix(challenges): Change switch code format for consistency
Closes #14947
2017-08-07 23:02:44 -05:00
Milo Hartsoe def425a66f fix(seed, challenges, 02-javascript-algorithms-and-data-structures, basic-javascript.json, Golf Code): Adds an array of the names to the Golf Code challe (#15678)
This adds an array of names for the Golf Code challenge and adds a
sentence about the array to the description of the challenge.

Closes #15618
2017-08-05 13:33:16 -05:00
Felix Yan 308304d36c
Fix typos in seed/challenges/06-information-security-and-quality-assurance/information-security-with-helmetjs.json 2017-08-05 03:23:45 +08:00
Usman Hussain e20916f9b0 fix(seed): Function name findLongestWord changed
The function name findLongestWord is a little misleading as the
challenge asks to return the length of the word not the word itself.
Name findLongestWordLength is perfect.

BREAKING CHANGE: Function name changed
2017-08-03 11:25:45 +05:00
Dylan f92294bbda Merge pull request #15670 from prateekgoel/fix/move-fahrenheit-variable
Move Fahrenheit Variable Below Comment Line
2017-08-01 11:22:23 -05:00
MANISH-GIRI a4946902a6 Allow shorthand Hex values in challenge 2017-08-01 01:22:56 -04:00
Prateek ca32658c70 Changes post review again 2017-08-01 01:31:51 +05:30
Prateek 56c81c86f1 Changes post review 2017-08-01 01:30:24 +05:30
Shubham Sharma 791b16860d fix(challenges): Change hyperdev link to glitch (#15694)
Closes #15691
2017-07-31 14:33:42 -05:00
Dylan 8dd2c899ff Merge pull request #15682 from marigerr/fix/anchor-link-to-internal-section-challenge
internal link lesson - remove obsolete name attribute
2017-07-28 10:42:06 -05:00
marigerr 43bb6272d6 interal link lesson - remove obsolete name attribute 2017-07-28 07:54:12 +02:00
Manish Giri 880f092a3f Edit test to ensure opacity at 50% in keyframes (#14390) 2017-07-25 21:37:24 -04:00
MANISH-GIRI b28c4869aa Add check for function invocation 2017-07-22 16:18:30 -04:00
Jonathan Meier 074869d5c2 refactor(seed): Add break; to default statement on switch challeng (#15673)
Closes #15131
2017-07-22 01:30:22 -05:00
Prateek Goel 51d7514992 Move Fahrenheit Variable Below Comment Line
Challenge URL: https://www.freecodecamp.org/challenges/convert-celsius-to-fahrenheit
2017-07-20 16:37:36 +01:00
Berkeley Martinez de0101328f Merge pull request #15187 from raisedadead/fix/placeholder-project-view
fix(frontend-projects): replace video with image thumbnail
2017-07-17 16:33:41 -07:00
Dylan 59433eefda tweak description on nest many elements ch. (#15597) 2017-07-17 22:21:19 +05:30
Dylan ffa03c9483 Merge pull request #15098 from charlesBak/fix/arrow-function-with-param
Add test to Arrow functions with input parameters
2017-07-16 21:21:27 -05:00
Dylan 08bcc6ce5c Merge pull request #15647 from MiloATH/fix/linked-list-size
Rename length() as size()
2017-07-15 22:13:16 -05:00
Shubham Sharma 7d3313a1fa fix(challenges): Change "loop" to "function" (#15649) 2017-07-15 22:42:00 +05:30
Milo Hartsoe c478f30997 Rename length() as size() because the solution and future challenges use size() 2017-07-14 23:50:54 -04:00
Mrugesh Mohapatra 91105bdf12 fix(frontend-projects): replace video with image thumbnail 2017-07-13 21:50:47 +05:30
Dylan 93b532854d Merge pull request #15622 from beaucarnes/fix/typo-adjacency-list-challenge
fix typo on challenge (#15621)
2017-07-11 10:41:38 -05:00
Beau Carnes 136e20f3a2 fix typo on challenge (#15621) 2017-07-10 21:25:26 -04:00
Dylan 8269ea5f2c add redux intro (#15605) 2017-07-09 16:15:54 -05:00
Milo Hartsoe ddd852df7b Adds glitch weather API to take home interview weather project. (#15608) 2017-07-09 11:06:31 +05:30
Dylan a9240a4249 add note to audio element challenge (#15587) 2017-07-04 11:00:02 +05:30
Eric Leung 5c1ef7e80c Merge pull request #15549 from CodingPower472/fix/add-test-wherefore-art-thou
Add test case to 'Wherefore art thou'
2017-07-02 10:19:07 -07:00
Eric Leung 5faf32cee4 Merge pull request #14706 from QuincyLarson/feature/add-project-euler-problems
Feature/add project euler problems
2017-07-02 10:03:52 -07:00
Luke Bousfield 90112eff73 Added a test to the challenge 'Wherefore art thou' 2017-07-02 09:22:17 -04:00
Eric Leung 16bfaa8b21 Merge pull request #15515 from dakshshah96/fix/reuse-patterns-tests
Fix test and clarify description for reuse patterns using capture groups
2017-07-01 10:50:41 -07:00
Stephanie Adams 4298a2b920 Fix typo in test case for filteredArray 2017-06-30 19:09:35 -04:00
Nathália Oliveira e905b7ee72 Brazilian Portuguese translation of Basic HTML and HTML5 (#15439)
* Brazilian Portuguese translation of Basic HTML and HTML5
* Basic HTML and HTML reviewed
2017-06-29 11:11:13 +05:30
Eric Leung 39988eb40b Merge pull request #15545 from tommygebru/patch-4
fix/Clarification for code example
2017-06-28 09:54:18 -07:00
Eric Leung 1be37b7a95 Merge pull request #15415 from elimisteve/patch-2
basic-html-and-html5.json: Clarified radio buttons
2017-06-27 06:15:47 -07:00
Eric Leung 95de55fd61 Merge pull request #15435 from Enikol/fix/use-hex-code-instructions
Move the code example to the instructions in Use Hex Code for Specific Colors
2017-06-27 05:51:37 -07:00
Eric Leung 916826267a Merge pull request #15484 from tommygebru/patch-2
fix/ typo for challenge description
2017-06-27 05:45:13 -07:00
Eric Leung 0c6d5bcd4c Merge pull request #15157 from charlesBak/fix/code-formatting-sass-challenge
fix(test) add space formatting
2017-06-27 05:42:38 -07:00
Jools aa3800c902 replace a test with correct code and change 'function' to 'selector' in description (#14578) 2017-06-27 05:33:37 -07:00
Eric Leung 35a6cebeb5 Merge pull request #14549 from JoolsMcFly/fix/change-challenge-description
change challenge description and update tests
2017-06-27 05:10:24 -07:00
Eric Leung 1563488da1 Merge pull request #15408 from tommygebru/patch-1
fix/Typo for challenge description
2017-06-26 16:30:12 -07:00
tommy 8431830af6 fix/Clarification for code example
Clarification needed for Functional Programming code example, in the challenge Add Elements to the End of an Array Using concat Instead of push
2017-06-26 16:28:24 -07:00
Daksh Shah b53600e1ab Fix test and clarify description for reuse patterns using capture groups 2017-06-26 22:15:44 +03:00
tommy 9e09e45f9e fix/ typo for challenge description
Challenge description for Data Visualization with d3: Use Dynamic Scales
2017-06-22 10:00:36 -07:00
Dylan c0fa27537c Merge pull request #15448 from benomatis/fix/challenge-instruction
Add explicit text to instruction to keep the word 'Like' in the button next to the icon
2017-06-19 22:35:49 -05:00
Eric Leung 0551b9b127 Merge pull request #15417 from ncm1/patch-1
Changing "CS" -> "CD"
2017-06-19 19:43:51 -07:00
benomatis 6c8252b884 Add explicit text to instruction to keep the word 'Like' in the button next to the icon 2017-06-20 00:11:26 +02:00
Catherine 42fb08f14c Moved the code example from tests to instruction 2017-06-19 01:51:30 +03:00
Nathan Morgenstern 5fc04af60d Changing "CS" -> "CD"
In basic javascript section "manipulating complex objects"
2017-06-17 16:36:48 -04:00
Steve Phillips 6b7e3c0d9b basic-html-and-html5.json: Clarified radio buttons 2017-06-17 11:58:53 -07:00
tommy 7662ab4fd4 fix/Typo for challenge description
Challenge description for Data Visualization with d3: Set a Domain and a Range on a Scale
2017-06-16 16:58:26 -07:00
texas2010 28376b2e25 Fix default code's tab spacing 2017-06-16 09:29:52 -05:00
dhcodes 9521dcb39d change tests to reflect desired solution 2017-06-14 21:28:57 -05:00
Dylan 53141040f4 Merge pull request #15356 from padulam/fix/remove-user-story-twitch-project
Remove user story from Twitch.tv project
2017-06-14 19:02:32 -05:00
Mrugesh Mohapatra a17f60570f fix(seed): remove challengeType from properties 2017-06-14 09:55:23 +05:30
JosephLivengood 0d7bbe7aca Updated backend projects to use correct layout/tester
Updated backend projects to use correct layout/tester
2017-06-14 09:48:00 +05:30
padulam 3eb37e4785 Remove user story from Twitch.tv project 2017-06-13 15:06:34 -04:00
Jonathan 2a48f3616b Changed http to https for codepen links on challenges for data visualization project and take home interview projects (#15331) 2017-06-13 11:30:43 +05:30
Dylan 4b15554a94 Merge pull request #14512 from Manish-Giri/fix/add-tests-object-properties
Add test to prevent assignment to variable directly
2017-06-12 22:00:37 -05:00
MANISH-GIRI 5f06ecde9d Add test to prevent assignment to variable directly 2017-06-12 20:32:37 -04:00
Shelvin Chandra 37c3132c90 fix(seed): Update warning for Safari (#15236) 2017-06-07 20:26:40 +05:30
Jonathan a8d701e4e6 Changed wording for Drop It challenge to be more concise (#15234) 2017-06-07 18:54:00 +05:30
Charles Bakar cb89e4633c fix(test) add space formatting 2017-06-01 14:43:28 +02:00
Jonathan a33ebd3c43 updated placement for result variable to be more intuitive for newcomes (#15142) 2017-06-01 13:11:28 +05:30
Dylan 73e926b808 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 f426c6b8c3 Add support for single and double quotes on style attribute 2017-05-30 22:20:02 +01:00
Justin Stone a7565a932b 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 852678f6f4 Add introduction text to basic JavaScript (#15119) 2017-05-30 22:05:22 +05:30
Eric Leung f6e796f7fa Merge pull request #14958 from huyenltnguyen/fix/challenge-description-typo
fix challenge description typo
2017-05-29 19:04:04 -07:00
Eric Leung 802f9b2ddb 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 8a951deecd fix(tests): add tests to write higher order arrow functions challenge 2017-05-29 18:00:21 -04:00
Milo Hartsoe 0a6195a65f 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
Charles Bakar 85f8b6c417 Add test to Arrow functions with input parameters 2017-05-28 18:50:29 +02:00
Dylan 2247b57e25 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 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