Commit Graph

16614 Commits

Author SHA1 Message Date
Sean Smith
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
Sean Smith
3898d9ae7d 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
Marmiz
2e07114bd2 added capitalization warning 2017-03-22 23:24:34 +07:00
Marmiz
75286773bf added capitalization warning 2017-03-22 23:24:34 +07:00
Manish Giri
1a0f315c39 Update challengeSeed in use spread operator challenge (#13979) 2017-03-22 01:00:05 -05:00
Manish Giri
b4fd0e52bf Update challengeSeed in use spread operator challenge (#13979) 2017-03-22 01:00:05 -05:00
Rob Weber
f851d7b56e Refactor ES6 challenge descriptions (#13629) 2017-03-22 00:59:20 -05:00
Rob Weber
8622285ca4 Refactor ES6 challenge descriptions (#13629) 2017-03-22 00:59:20 -05:00
David Martinez Gisbert
38a96aa899 Clarify challenge title (#13719) 2017-03-22 00:58:13 -05:00
David Martinez Gisbert
4e86f6f0d0 Clarify challenge title (#13719) 2017-03-22 00:58:13 -05:00
Jools
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
Jools
f017c57730 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
Venkateshwaran
9eb80b6220 CSS fix for issue - Night Mode Poor Contrast #13959 (#14037) 2017-03-22 00:17:58 -05:00
Berkeley Martinez
8dd66b5084 fix(classic-challenge): should not show scroll bar if not needed (#13981) 2017-03-22 00:06:58 -05:00
Zixu Zhao
f4bc954433 Enhancement: add pipe symbol explanation (#14035) 2017-03-22 00:04:51 -05:00
Zixu Zhao
b7173c29ce Enhancement: add pipe symbol explanation (#14035) 2017-03-22 00:04:51 -05:00
Dylan
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
Dylan
8b23b1a887 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
Eric Leung
60d7bc25b9 Merge pull request #13991 from frdmn/fix/remove-newlines
Remove multiple redundant new lines
2017-03-21 13:03:13 -07:00
Eric Leung
74ea016e73 Merge pull request #13991 from frdmn/fix/remove-newlines
Remove multiple redundant new lines
2017-03-21 13:03:13 -07:00
Eric Leung
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
Eric Leung
4afd16064e 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
Dylan
9b89f73cd0 Merge pull request #14027 from no-stack-dub-sack/fix/update-increment-challenge
fix(challenge): modify regex in increment a number challenge
2017-03-20 20:46:07 -05:00
Peter Weinberg
3cf4782345 fix(challenge): modify regex in increment a number challenge 2017-03-20 19:29:58 -04:00
Peter Weinberg
e311b2dfb3 fix(challenge): modify regex in increment a number challenge 2017-03-20 19:29:58 -04:00
Mrugesh Mohapatra
566de3e3f2 fix: Update config to be flexible for host 2017-03-20 12:13:27 +00:00
Julien Dephix
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
Julien Dephix
274c7e8f91 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
Julien Dephix
f0ce3e1c98 update description for PrioriyQueue challenge
changed "We've starting writing" to "We've started writing"
2017-03-20 09:37:35 +01:00
Julien Dephix
8b6607ec96 update description for PrioriyQueue challenge
changed "We've starting writing" to "We've started writing"
2017-03-20 09:37:35 +01:00
Dylan
d5db2803ad 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
Dylan
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
Jonas Friedmann
1d46a17163 Remove multiple redundant new lines 2017-03-18 20:50:23 +01:00
Jonas Friedmann
ee6e8f1a0d Remove multiple redundant new lines 2017-03-18 20:50:23 +01:00
Ethan Arrowood
1e55865cfd 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
Ethan Arrowood
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
Zixu Zhao
d6b81dea7f using groups instead of blocks (#13962) 2017-03-18 02:59:11 -05:00
Zixu Zhao
33d6257723 using groups instead of blocks (#13962) 2017-03-18 02:59:11 -05:00
Berkeley Martinez
53001012d1 feat(Map): Map now is closed by default (#13980) 2017-03-18 02:38:11 -05:00
Dylan
7f0683d584 Merge pull request #13960 from HKuz/fix/oneGoogleFontChall
Combine Google Font challenges into one
2017-03-17 22:07:56 -05:00
Dylan
c94f5e34c3 Merge pull request #13960 from HKuz/fix/oneGoogleFontChall
Combine Google Font challenges into one
2017-03-17 22:07:56 -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
Heather Kusmierz
462c3a6753 Combine Google Font challenges into one 2017-03-17 18:18:47 -04:00
Heather Kusmierz
4d0d1b5ff0 Combine Google Font challenges into one 2017-03-17 18:18:47 -04:00
Berkeley Martinez
2a50c00e46 Merge pull request #13967 from makkBit/fix/testTitle
Correct typo in 'specify exact number of matches' challenge
2017-03-17 14:23:00 -07:00
Berkeley Martinez
15ab1b8654 Merge pull request #13967 from makkBit/fix/testTitle
Correct typo in 'specify exact number of matches' challenge
2017-03-17 14:23:00 -07:00
Berkeley Martinez
84db2f6644 Merge pull request #13928 from freeCodeCamp/greenkeeper-sinon-2.0.0
Update sinon to version 2.0.0 🚀
2017-03-17 14:20:10 -07:00