Commit Graph
100 Commits
Author SHA1 Message Date
Manish GiriandOliver Eyton-Williams b579317e11 fix(curriculum): Add solutions to Bootstrap challenges (#35789)
* fix(curriculum): Add solutions to Bootstrap challenges
2019-05-02 11:24:38 +02:00
Manish GiriandRandell Dawson 1015f1ec6e fix(curriculum): Add solution to jQuery challenges (#35776) 2019-04-28 12:28:47 -07:00
Manish GiriandRandell Dawson 220c982d52 fix(guide): Fix C++ selection sort algo (#35546) 2019-04-23 09:48:42 -07:00
Manish GiriandThe Coding Aviator 722b65d80f fix(curriculum): Add solutions to HTML challenges (#35766)
* fix(curriculum): Add solutions to HTML challenges

* Remove extra anchor element
2019-04-22 11:37:05 +05:30
Manish GiriandThe Coding Aviator e736179720 fix(curriculum): Add solutions to CSS challenges (#35873) 2019-04-22 11:27:43 +05:30
Manish GiriandRandell Dawson 9b9a96234f fix(curriculum): Add solutions to responsive web design principles (#35761) 2019-04-10 07:57:14 -07:00
Manish GiriandThe Coding Aviator c27dc72e4d fix(curriculum): Improve Array Sort Challenge (#35756)
* fix(curriculum): Improve Array Sort Challenge

* Update note to include in challenge description

Co-Authored-By: Manish-Giri <manish.giri.me@gmail.com>
2019-04-07 13:42:38 +05:30
Manish GiriandRandell Dawson 9a8e961c59 fix(guide): Fix java index.md heading level (#35326) 2019-03-03 19:50:16 -08:00
Manish Giriandmrugesh mohapatra 164f165fca fix(guide): Fix incorrect code in Java Strings (#27399)
Using `==` to compare String objects checks references to the two objects, and in this case, those two references point to the same string object created **in the String Pool**. Hence this returns `true`, and not `false`, as is incorrectly stated in the guide.

Also fixed formatting.
2018-10-24 15:58:32 +05:30
Manish GiriandValeriy 0de84e51c3 fix(guide): Clean up Java Collections 2018-10-18 11:02:11 +03:00
Manish GiriandA-J Roos cebd55296f fix(guide): Clean up "first-docker-image" (#19684) 2018-10-18 09:03:00 +02:00
Manish GiriandRandell Dawson 43573fca2c fix(guide): Improve java access modifiers (#19578)
Made several improvements to the current guide on Java access modifiers.
2018-10-16 23:22:29 -07:00
Manish GiriandHonman Yau 6b4dd7addd fix (guide): Improve Java Lambda Expressions (#19423)
* fix (guide): Improve Java Lambda Expressions

Introduced several changes to the guide on Java Lambda Expressions. Currently, the guide is titled "Lambda Expressions" while it talks about the Stream API, which is an entirely different topic. It introduces code using Lambda expressions without even explaining what lambda expressions are.

Added content about Lambda Expressions - what they are, how they are written, etc. The new content would be helpful when reading about the subsequent content on Stream API.

The code introduced in Stream API also uses 'Method References' without any explanation of what they are. Added a link to an article about Method References for now, and will add more content about it soon.

Also fixed several style and formatting errors.

* Basic editing.
2018-10-16 15:42:04 +11:00
manish-giriandMrugesh Mohapatra 7977430316 fix(challenges): Improve description in existing object challenges 2017-11-01 10:28:47 +05:30
manish-giriandMrugesh Mohapatra a6d031a0f6 fix(challenges): Improve description in existing object challenges 2017-11-01 10:28:47 +05:30
Manish GiriandQuincy Larson 76d73479ba fix(challenges): Improve Word Blanks on staging (#15901) 2017-09-21 13:11:31 -05:00
Manish GiriandQuincy Larson e88af5c0e8 fix(challenges): Improve Word Blanks on staging (#15901) 2017-09-21 13:11:31 -05:00
Manish GiriandQuincy Larson cf436f34bc feat(challenges): Add Strict Equality examples challenge (#15784) 2017-08-22 22:56:49 -05:00
Manish GiriandQuincy Larson f44c2d6ffd feat(challenges): Add Strict Equality examples challenge (#15784) 2017-08-22 22:56:49 -05:00
Manish Giri 8f8671bb7c fix(challenges): Remove double quote requirement in jQuery selectors 2017-08-21 04:06:14 -04:00
Manish Giri addb6c4e69 fix(challenges): Remove double quote requirement in jQuery selectors 2017-08-21 04:06:14 -04:00
MANISH-GIRI c681897bd2 Allow shorthand Hex values in challenge 2017-08-01 01:22:56 -04:00
MANISH-GIRI a4946902a6 Allow shorthand Hex values in challenge 2017-08-01 01:22:56 -04:00
Manish GiriandHeather K d2d38f6db7 Edit test to ensure opacity at 50% in keyframes (#14390) 2017-07-25 21:37:24 -04:00
Manish GiriandHeather K 880f092a3f Edit test to ensure opacity at 50% in keyframes (#14390) 2017-07-25 21:37:24 -04:00
MANISH-GIRI e9f141ed44 Add check for function invocation 2017-07-22 16:18:30 -04:00
MANISH-GIRI b28c4869aa Add check for function invocation 2017-07-22 16:18:30 -04:00
MANISH-GIRI 5f06ecde9d Add test to prevent assignment to variable directly 2017-06-12 20:32:37 -04:00
MANISH-GIRI 6e4ab3c5dd Add test to prevent assignment to variable directly 2017-06-12 20:32:37 -04:00
Manish Giriandmrugesh mohapatra f798801e89 Update adjust-height and delete visual-balance-with-height (#14406) 2017-04-24 21:50:57 +05:30
Manish Giriandmrugesh mohapatra d88ef0646f Update adjust-height and delete visual-balance-with-height (#14406) 2017-04-24 21:50:57 +05:30
MANISH-GIRI bf6f0b141f Update variable in typed arrays 2017-04-14 19:30:38 -04:00
MANISH-GIRI fea5bea3c3 Update variable in typed arrays 2017-04-14 19:30:38 -04:00
Manish GiriandHeather K aeaf143dd7 Update challengeSeed in arguments wrong order (#14276) 2017-04-13 09:38:15 -04:00
Manish GiriandHeather K bd49123aa0 Update challengeSeed in arguments wrong order (#14276) 2017-04-13 09:38:15 -04:00
MANISH-GIRI 577bb9fded Edit test for right span content 2017-04-10 22:16:10 -04:00
MANISH-GIRI 182d4f9fdc Edit test for right span content 2017-04-10 22:16:10 -04:00
MANISH-GIRI 35ab484744 CSS color - delete redundant challenge 2017-04-06 15:42:21 -04: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
MANISH-GIRI 16d689ca24 Add instruction to CSS Animations 2017-04-06 15:10:54 -04:00
MANISH-GIRI 56296bb1ce Add description about front() in Priority Queue 2017-03-30 22:02:52 -04:00
MANISH-GIRI 67d86cfb4d Add description about front() in Priority Queue 2017-03-30 22:02:52 -04:00
MANISH-GIRI 9887a0b0dc Change stack top element in instructions 2017-03-30 21:02:15 -04:00
MANISH-GIRI 6cdaa81ff5 Change stack top element in instructions 2017-03-30 21:02:15 -04:00
MANISH-GIRI 4e760188e2 Add test to verify usage of clockwise padding notation 2017-03-28 02:36:18 -04: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 9ba8683e26 Add .com to code example 2017-03-27 18:13:45 -04:00
MANISH-GIRI 521a967fe0 Add empty method body for make a person(staging) 2017-03-27 18:02:45 -04:00
MANISH-GIRI 56e49eb644 Add empty method body for make a person(staging) 2017-03-27 18:02:45 -04:00
Manish GiriandQuincy Larson 1a0f315c39 Update challengeSeed in use spread operator challenge (#13979) 2017-03-22 01:00:05 -05:00
Manish GiriandQuincy Larson b4fd0e52bf Update challengeSeed in use spread operator challenge (#13979) 2017-03-22 01:00:05 -05:00
MANISH-GIRI faaa8fc1bc Update challenge to use higher numbers as array elements 2017-03-17 20:27:15 -04: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
MANISH-GIRI afb2434f1f Minor improvement in responsively style challenges instructions 2017-03-17 18:48:27 -04:00
MANISH-GIRI 1ce029e9c6 Add tests in reuse capture group 2017-03-11 22:37:55 -05:00
MANISH-GIRI 3cc97fa91b Add tests in reuse capture group 2017-03-11 22:37:55 -05:00
MANISH-GIRI 64bc7cb6ee Convert lookup table to object 2017-03-09 09:07:47 -05:00
MANISH-GIRI a71d6f9a77 Convert lookup table to object 2017-03-09 09:07:47 -05:00
MANISH-GIRI 054630a4c9 Improve instructions in responsive design with bootstrap 2017-03-03 19:58:47 -05:00
MANISH-GIRI d63510c632 Improve instructions in responsive design with bootstrap 2017-03-03 19:58:47 -05:00
MANISH-GIRI 083cd59ce4 Add type checking in Where Do I Belong 2017-02-25 20:01:22 -05:00
MANISH-GIRI c729ffaf28 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
MANISH-GIRI 48a159ab8e Change challengeSeed in accessing nested objects 2017-02-25 15:15:02 -05:00
MANISH-GIRI dd732c42ea Change string to number in add items to array 2017-02-25 01:11:57 -05:00
MANISH-GIRI 202eb3f0e5 Change string to number in add items to array 2017-02-25 01:11:57 -05:00
MANISH-GIRI 183eef4c5b Add tests for remove from set 2017-02-23 20:48:12 -05:00
MANISH-GIRI 2e455307ed Add tests for remove from set 2017-02-23 20:48:12 -05:00
MANISH-GIRI 6dc69bad8e Improve instructions in font degrade challenge 2017-02-23 14:00:08 -05:00
MANISH-GIRI e6524f3f39 Improve instructions in font degrade challenge 2017-02-23 14:00:08 -05:00
MANISH-GIRI d93e51e181 Fix formatting and add tests for array destructuring 2017-02-21 10:56:08 -05:00
MANISH-GIRI 6e62e06db5 Fix formatting and add tests for array destructuring 2017-02-21 10:56:08 -05:00
MANISH-GIRI 806cb4ea2f Improve oboe-errors challenge 2017-02-20 21:35:28 -05:00
MANISH-GIRI f2af5371a3 Improve oboe-errors challenge 2017-02-20 21:35:28 -05:00
MANISH-GIRI 9ca19150b9 Fix description in create linked list 2017-02-20 19:17:47 -05:00
MANISH-GIRI 5520f11104 Fix description in create linked list 2017-02-20 19:17:47 -05:00
MANISH-GIRI b6d7722c1d Fix instructions and challenge seed in linked-list 2017-02-19 03:03:18 -05:00
MANISH-GIRI f250f4ec3d Fix instructions and challenge seed in linked-list 2017-02-19 03:03:18 -05:00
MANISH-GIRI bfa39b530b Improve instructions in add images challenge 2017-02-17 22:07:55 -05:00
MANISH-GIRI c9427a4fec Improve instructions in add images challenge 2017-02-17 22:07:55 -05:00
MANISH-GIRI 818878783d Ensure use of two arguments in function call 2017-02-12 04:03:05 -05:00
MANISH-GIRI d35fa023a3 Ensure use of two arguments in function call 2017-02-12 04:03:05 -05:00
MANISH-GIRI fe1b599f39 Fix typo in articles 2017-02-07 15:09:23 -05:00
MANISH-GIRI 1a91bd48a2 Fix typo in articles 2017-02-07 15:09:23 -05:00
MANISH-GIRI 1c4ee44cf4 Remove requirement of i flag in regex 2017-02-07 00:58:42 -05:00
MANISH-GIRI bbbc163732 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
MANISH-GIRI 7f3b9d2443 Remove code tags from challenge seed 2017-02-07 00:26:58 -05:00
MANISH-GIRI 9dc5617f7f Remove hover state requirement 2017-02-06 14:50:31 -05:00
MANISH-GIRI 5c8c77e160 Remove hover state requirement 2017-02-06 14:50:31 -05:00
MANISH-GIRI 41e00fbf13 Improve instructions in regex match repeating characters 2017-02-03 17:19:37 -05:00
MANISH-GIRI e83d3b2c48 Improve instructions in regex match repeating characters 2017-02-03 17:19:37 -05:00
Manish Giri 875ef5e98f Fix code formatting in regex find characters with lazy matching 2017-02-02 21:17:16 -05:00
Manish Giri 194e189a32 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
Manish Giri 2ba8f0aaaa Improve instruction in regex match single character challenge 2017-02-02 20:05:18 -05:00
Manish Giri 5fd62ada94 Improve instruction in regex ignore case while matching challenge 2017-02-02 19:10:26 -05:00