Commit Graph

3708 Commits

Author SHA1 Message Date
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
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
602dd44941 Add missing semicolon at the end of example statement 2017-02-18 17:05:38 +00:00
bebeeea997 correct URLs by escaping quotes (#13416) 2017-02-18 12:10:38 +05:30
c9427a4fec Improve instructions in add images challenge 2017-02-17 22:07:55 -05:00
a0df8bbeeb Add requirement for add function to return boolean (#13404) 2017-02-17 21:06:53 -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
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
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
4fc911cd51 Fix codepen url 2017-02-17 14:17:39 -05:00
f7327fe9a9 Change example code 2017-02-17 11:42:27 +08:00
930ef4a315 Merge pull request #13347 from atjonathan/fix/typos
Minor grammar and typo fixes
2017-02-15 06:21:55 -08:00
5fbd55aa96 Minor grammar and typo fixes 2017-02-15 11:20:06 +00:00
201bb49c89 Merge pull request #13335 from cdrainxv/fix/edit-description
Edited description on svg origin
2017-02-14 15:34:57 -06:00
1213258a27 Remove extra close brace 2017-02-14 22:24:42 +08:00
11128ad415 Fix typos in infosec challenge 2017-02-14 12:21:41 +05:30
5fa4de8195 added step by step instruction on adding an image to a website 2017-02-14 08:29:37 +07:00
e09481e560 Edited description on svg origin 2017-02-13 14:29:57 -07:00
4b01eed46b 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
962f04009b 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
9a4a4da696 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
fc1c5426be 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
914e0e0ff7 Correct em dash in OOP challenge plus formatting 2017-02-13 02:43:20 -08:00
fa7a32d01f fix(challenge): fix instructions in serve json challenge 2017-02-12 22:00:06 -05:00
061c5caddc Reformat ES6 challenge descriptions (#13256) 2017-02-12 14:36:43 -06:00
a4ed33765f Use correct em dash in Node introduction (#13296) 2017-02-12 14:35:00 -06:00
3861b5883a Socket.IO challenges added to Advanced Node and Express section. (#13302) 2017-02-12 14:33:15 -06:00
5c4d17355a move the convert celsius challenge over to the algorithm challenges 2017-02-12 13:20:47 -06:00
db918e2821 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
a912dec934 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
85fa8b06de Merge pull request #13255 from becausealice2/fix/instruction-ambiguity
Reword amiguous challenge instructions
2017-02-12 01:39:12 -08:00
d35fa023a3 Ensure use of two arguments in function call 2017-02-12 04:03:05 -05:00
2d5fdf07c0 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
69d3b09894 Added semicolon to statement 2017-02-11 22:13:15 -07:00
c27e63224a 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
fd2fd006b8 Fix media query instructions and test 2017-02-12 01:43:39 +08:00
1454078a53 Edited label text in description and challenge code 2017-02-11 09:03:20 -07:00
715d49375e Allow closing brackets on the same line 2017-02-11 09:16:07 +05:30
ab10c3ca50 Fix description of 2nd test in challenge Inventory Update 2017-02-10 23:06:54 +08:00
bbfe72bdeb Social Authentication challenges added to Advanced Node/Express section (#13235) 2017-02-10 02:14:05 -06:00
5ecaef2ae7 fix(challenge): various grammar and formatting, .env node challenge 2017-02-09 19:24:53 -05:00
9bc3cebe07 Reword amiguous challenge instructions 2017-02-08 20:58:49 -06:00
937e267842 Merge pull request #13166 from dhcodes/fix/change-hyperdev-to-gomix
replace Hyperdev references with Gomix
2017-02-08 20:36:49 +05:30
3f08895212 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
b7df63ecb7 Reduce complexity of the 'scopes with var and let' challenge 2017-02-07 22:13:20 -07:00
9efd015800 Merge pull request #13228 from HKuz/fix/addChallengeGuide
Add updated challenge style guide
2017-02-08 00:01:04 +01:00
31804ffd4c Add updated challenge style guide 2017-02-07 17:41:27 -05:00
d8d5ab30f2 Merge pull request #13196 from Manish-Giri/fix/remove-hover-state
Remove hover state requirement
2017-02-07 23:15:08 +01:00