Commit Graph

15660 Commits

Author SHA1 Message Date
418411fe62 Remove unnecessary hover references 2017-02-19 20:05:40 +01:00
614271db18 Remove unnecessary hover references 2017-02-19 20:05:40 +01:00
5297fed2bc Merge pull request #13448 from rarmatei/fix/challenge-rewording
Reword challenge on font degradation
2017-02-19 10:55:05 +01:00
08d174e382 Merge pull request #13448 from rarmatei/fix/challenge-rewording
Reword challenge on font degradation
2017-02-19 10:55:05 +01:00
8430684595 Remove Monospace font from challenge work area
Reword the challenge
Fix typo in Notes section
2017-02-19 09:35:29 +00:00
18b105c58e Remove Monospace font from challenge work area
Reword the challenge
Fix typo in Notes section
2017-02-19 09:35:29 +00:00
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
6d09def51a 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
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
be33bae43e 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
b6d7722c1d Fix instructions and challenge seed in linked-list 2017-02-19 03:03:18 -05:00
f250f4ec3d Fix instructions and challenge seed in linked-list 2017-02-19 03:03:18 -05:00
e3469353b0 moved comment to new line to remove overflow-x scrollbar 2017-02-18 20:52:01 -07:00
3085c22969 moved comment to new line to remove overflow-x scrollbar 2017-02-18 20:52:01 -07:00
0c33035dc8 Merge pull request #13433 from systimotic/fix/clarify-string-immutability
Clarify instructions in the string immutability challenge
2017-02-18 19:03:05 -06:00
4da3c6cd00 Clarify instructions in the string immutability challenge 2017-02-18 23:49:57 +01:00
3aabe3c58d Clarify instructions in the string immutability challenge 2017-02-18 23:49:57 +01:00
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
af549f8034 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
f5129f0ba6 Update test message in Target the Children of an Element Using jQuery (#13374) 2017-02-19 00:58:49 +05:30
79bb7ee21b Update test message in Target the Children of an Element Using jQuery (#13374) 2017-02-19 00:58:49 +05:30
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
9bf3c40492 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
6bc82a7d11 add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
2709eb6b3a add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
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
b326a679e5 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
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
0326d46144 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
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
6bc0672b83 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
14a9e63cbc Add missing semicolon at the end of example statement 2017-02-18 17:05:38 +00:00
602dd44941 Add missing semicolon at the end of example statement 2017-02-18 17:05:38 +00:00
640eee5f19 correct URLs by escaping quotes (#13416) 2017-02-18 12:10:38 +05:30
bebeeea997 correct URLs by escaping quotes (#13416) 2017-02-18 12:10:38 +05:30
bfa39b530b Improve instructions in add images challenge 2017-02-17 22:07:55 -05:00
c9427a4fec Improve instructions in add images challenge 2017-02-17 22:07:55 -05:00
476d6ec78f Add requirement for add function to return boolean (#13404) 2017-02-17 21:06:53 -06:00
a0df8bbeeb Add requirement for add function to return boolean (#13404) 2017-02-17 21:06:53 -06:00
b21fec7a0f BCrpyt challenges added to Infosec and implemented in Advanced Node/Express (#13339) 2017-02-17 20:52:27 -06:00
81545959df BCrpyt challenges added to Infosec and implemented in Advanced Node/Express (#13339) 2017-02-17 20:52:27 -06:00
6b3c3fc21a fix(challenges): add class to backend challenge wrapper, fix basic node formatting 2017-02-17 20:20:23 -05:00
9ec760fa54 fix(challenges): add class to backend challenge wrapper, fix basic node formatting 2017-02-17 20:20:23 -05:00
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
af5a3e9f1e 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
dcf2184714 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
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
0e4c323e8d 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
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
205ef7017b Fix codepen url 2017-02-17 14:17:39 -05:00