Commit Graph

3272 Commits

Author SHA1 Message Date
a40fd873c2 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
da7d64f009 Merge pull request #13765 from Atomk/fix/missing-space
Insert missing space in challenge code
2017-03-07 21:43:30 -08:00
172ec67e08 Removed challengeType from backend challenges 2017-03-08 00:15:52 -05:00
7608a0281f updated descriptions in linked list challenges for clarity, grammar and better ease of comprehension (#13647) 2017-03-05 21:38:09 -06:00
5431f6def1 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
ffd2383361 Clean up binary tree challenges (#13603) 2017-03-05 18:42:16 -06:00
7557257095 revised priority queue challenge (#13691) 2017-03-05 18:06:18 -06:00
1d4f95315c Changed codepen link on project page to the full webpage without code. (#13766) 2017-03-05 18:05:07 -06:00
2c868b1384 Insert missing space in challenge code 2017-03-06 00:10:02 +01:00
22a2e56deb Review/editing pass on the pt-br text of the getting-started section 2017-03-05 10:35:14 -03:00
76fceec0b8 Fix indentation of style tag 2017-03-05 12:08:27 +01:00
c9168b484f 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
18d2a0e708 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
d63510c632 Improve instructions in responsive design with bootstrap 2017-03-03 19:58:47 -05:00
de660c8b76 add missing the letter i 2017-03-04 04:19:44 +13:00
a91f781789 updated URLs for example codepens (#13637) 2017-03-03 02:00:55 -06:00
7826985516 Edited description and test 2017-03-02 22:39:34 -07:00
d00a4b7f63 Edited test to allow for lowercase hex code 2017-03-02 21:44:28 -07:00
1678b63de1 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
15a9e59855 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
cd1ead2036 Merge pull request #13675 from sid-doshi/fix/codepen-link-update
update codepen signup link
2017-03-01 14:41:40 +01:00
752987c049 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
81b39db9e3 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
9fa4a5ca10 update codepen signup link 2017-02-28 23:05:04 +05:30
9091010c0c Put all lists in a single string 2017-02-28 14:56:26 +01:00
3736d57545 Updated broken Codepen Signup link 2017-02-27 18:18:48 -05:00
c1ab6dac98 Fixed a minor formatting issue in the React challenges. 2017-02-27 15:46:03 -06:00
8965f5ff2e 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
d23899620a Merge pull request #13548 from dhcodes/fix/challenge-title-formatting
Fix challenge title formatting misc
2017-02-27 17:55:38 +01:00
53e5db026f 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
baf1d0cff8 Fix challenge title formatting misc 2017-02-27 08:47:23 -06:00
106ab9369e fix(challenge): More robust test for "Learn how a Stack Works". 2017-02-27 15:28:00 +01:00
f8da35f794 Merge pull request #13559 from IanTeo/fix/es6-formatting
Reformatted instructions for the class ES6 challenges
2017-02-27 14:45:17 +01:00
3f9b0e38f6 Created distinction between last two tests and tweaked assertion test 2017-02-27 21:37:30 +08:00
2902c10232 Reformat class Syntax and getters and setters instructions 2017-02-27 09:00:28 +08:00
31cb7279a4 Filtered out text-decoration and added more descriptions 2017-02-26 12:29:07 +08:00
c729ffaf28 Add type checking in Where Do I Belong 2017-02-25 20:01:22 -05:00
48a159ab8e Change challengeSeed in accessing nested objects 2017-02-25 15:15:02 -05:00
ba1093c42f 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
7cbe1f8ac4 Fix semicolon errors 2017-02-25 21:59:02 +08:00
bfd193df7b 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
dac17e3f0f 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
3ebbeae93e 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
24d457e8cd 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
202eb3f0e5 Change string to number in add items to array 2017-02-25 01:11:57 -05:00
f6f88005cb Relax strictness of Quoting Strings with Single Quotes 2017-02-25 13:31:07 +08:00
62450896c7 Fix 'Creating and Adding to Sets in ES6' challenge 2017-02-25 11:25:56 +08:00
5eed37c6ca Modified test to test for function not regex match 2017-02-24 22:07:28 -05:00
901fce85b8 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
164bc2a0a9 Merge pull request #13563 from AngShiYa/fix/es6-formatting
Reformat ES6 challenges instructions
2017-02-25 00:16:42 +01:00