bd49123aa0
Update challengeSeed in arguments wrong order ( #14276 )
2017-04-13 09:38:15 -04:00
c7b55b06bc
improve weather app project instructions ( #14339 )
2017-04-11 16:25:15 -05:00
577bb9fded
Edit test for right span content
2017-04-10 22:16:10 -04:00
f3af6e9b5d
Update 'Match Literal Strings' description
2017-04-10 16:27:16 -05:00
ff476e0c59
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
35ab484744
CSS color - delete redundant challenge
2017-04-06 15:42:21 -04:00
16d689ca24
Add instruction to CSS Animations
2017-04-06 15:10:54 -04:00
ce93077cd6
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
b522d0f1c0
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
1a5965c89b
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
ba9ca9abbf
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
549028bf3e
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
1f2ba1cd34
Add units to map the debris challenge
2017-04-04 10:29:01 -04:00
6482c71810
allow multiple variants of "color:red" in style attribute
2017-04-04 09:44:41 +02:00
b7142dc6a9
fix : #14051 ; update instructions text
2017-03-31 10:42:45 -07:00
56296bb1ce
Add description about front() in Priority Queue
2017-03-30 22:02:52 -04:00
9887a0b0dc
Change stack top element in instructions
2017-03-30 21:02:15 -04:00
d22f0e80b4
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
5a9c1c6a90
Improve wording and formatting ( #14061 )
2017-03-31 00:39:59 +05:30
3dd6a97918
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
9a370e950c
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
968e5d98b7
fixed typo in storing values exercise
2017-03-28 20:51:17 +01:00
d340522f9e
Assert the number of bouncing elements
2017-03-28 22:49:28 +03:00
4e760188e2
Add test to verify usage of clockwise padding notation
2017-03-28 02:36:18 -04:00
9ba8683e26
Add .com to code example
2017-03-27 18:13:45 -04:00
521a967fe0
Add empty method body for make a person(staging)
2017-03-27 18:02:45 -04:00
ae70f4d341
Tweaked title and description of JSON APIs and AJAX challenge ( #13988 )
2017-03-26 14:10:09 +05:30
6de52d7af0
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
60884f393f
Fix: replace all GoMix with Glitch
2017-03-23 22:26:45 -04:00
0d03d7c585
Merge pull request #14052 from Marmiz/fix/capitalization-css
...
Added capitalization warning during CSS introduction
2017-03-23 19:59:05 -05:00
c81c76f9eb
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
2e07114bd2
added capitalization warning
2017-03-22 23:24:34 +07:00
1a0f315c39
Update challengeSeed in use spread operator challenge ( #13979 )
2017-03-22 01:00:05 -05:00
f851d7b56e
Refactor ES6 challenge descriptions ( #13629 )
2017-03-22 00:59:20 -05:00
38a96aa899
Clarify challenge title ( #13719 )
2017-03-22 00:58:13 -05:00
b6d7cc1d86
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
f4bc954433
Enhancement: add pipe symbol explanation ( #14035 )
2017-03-22 00:04:51 -05:00
e118789c9e
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
60d7bc25b9
Merge pull request #13991 from frdmn/fix/remove-newlines
...
Remove multiple redundant new lines
2017-03-21 13:03:13 -07:00
48c6cf21b0
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
3cf4782345
fix(challenge): modify regex in increment a number challenge
2017-03-20 19:29:58 -04:00
c708de91ef
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
f0ce3e1c98
update description for PrioriyQueue challenge
...
changed "We've starting writing" to "We've started writing"
2017-03-20 09:37:35 +01:00
e1cc70e3ef
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
1d46a17163
Remove multiple redundant new lines
2017-03-18 20:50:23 +01:00
ad2dfc268f
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
33d6257723
using groups instead of blocks ( #13962 )
2017-03-18 02:59:11 -05:00
7f0683d584
Merge pull request #13960 from HKuz/fix/oneGoogleFontChall
...
Combine Google Font challenges into one
2017-03-17 22:07:56 -05:00
faaa8fc1bc
Update challenge to use higher numbers as array elements
2017-03-17 20:27:15 -04:00
afb2434f1f
Minor improvement in responsively style challenges instructions
2017-03-17 18:48:27 -04:00