Commit Graph

10358 Commits

Author SHA1 Message Date
112113d57a Merge pull request #13583 from Manish-Giri/fix/change-string-to-number
Change string to number in add items to array
2017-02-25 11:05:42 +01:00
3526a36138 Merge pull request #13572 from IanTeo/fix/relax-quoting-string-challenge
Relax strictness of Quoting Strings with Single Quotes
2017-02-25 10:50:00 +01:00
16f5a651de Merge pull request #13566 from Kenneth-LJS/fix/fix-adding-to-set-challenge-test
Fix 'Creating and Adding to Sets in ES6' challenge
2017-02-25 10:42:19 +01:00
dd732c42ea Change string to number in add items to array 2017-02-25 01:11:57 -05:00
c0c5b959e8 Relax strictness of Quoting Strings with Single Quotes 2017-02-25 13:31:07 +08:00
312e66d6cf Fix 'Creating and Adding to Sets in ES6' challenge 2017-02-25 11:25:56 +08:00
706e1aa2f3 Modified test to test for function not regex match 2017-02-24 22:07:28 -05:00
9c1441f59d Merge pull request #13343 from erictleung/fix/format-learning-about-stacks
Format Learn how a stack works challenge
2017-02-25 00:27:18 +01:00
6f17967daa Merge pull request #13563 from AngShiYa/fix/es6-formatting
Reformat ES6 challenges instructions
2017-02-25 00:16:42 +01:00
48990fb33a fix(challenge): Fix tests for "Basic JS: Global scope and functions"
Since the last test case was triggering on a line from the challenge
head, it was necessary to slightly modify the test cases.

They now let the expected code pass.
2017-02-24 23:45:22 +01:00
596a254851 Merge pull request #13573 from AngShiYa/fix/remove-description-in-challenge-seed
Remove description in challenge seed
2017-02-24 22:34:12 +01:00
1babb06858 Merge pull request #13554 from gogolab/fix/issue13466
Update description of beta challenge
2017-02-24 22:24:43 +01:00
b257afe683 Merge pull request #13560 from Manish-Giri/fix/add-tests-remove-from-set
Add tests for remove from set
2017-02-24 21:35:48 +01:00
7af87063cd Remove description in challenge seed 2017-02-25 01:59:38 +08:00
c445fadb4e Merge pull request #13570 from AngShiYa/fix/add-note-in-bootstrap-json
Add note and edit link in challenge description
2017-02-24 18:40:01 +01:00
0b3a3ea9d1 Add note and edit link in description 2017-02-25 00:37:04 +08:00
c73bb44be9 Merge pull request #13567 from hay-dee/fix/validate-inline-style-color
Amended regex to properly validate inline-style
2017-02-24 10:30:43 -06:00
2123427e6a Merge pull request #13080 from ajain17/fix/jquery_delete_function
Allow closing brackets on the same line
2017-02-24 10:26:18 -06:00
3bcb72d6a6 Amended regex to properly validate inline-style 2017-02-24 22:21:17 +08:00
fe0b5e11a8 Updated from remixing Gomix projects to Importing (#13547) 2017-02-23 23:09:57 -06:00
6ee5f4632f Reformat ES6 challenges instructions 2017-02-24 13:02:17 +08:00
9aa8cd261a Fix for failing test on width css property 2017-02-23 20:18:32 -08:00
fcc32001a8 Merge pull request #13534 from Manish-Giri/fix/improve-instructions-in-font-degrade-challenge
Improve instructions in font degrade challenge
2017-02-23 21:35:51 -06:00
183eef4c5b Add tests for remove from set 2017-02-23 20:48:12 -05:00
f1d555f964 Update description of beta challenge 2017-02-23 22:20:52 +01:00
e6524f3f39 Improve instructions in font degrade challenge 2017-02-23 14:00:08 -05:00
99dc8dcfc2 Merge pull request #13543 from Jamayk/fix/new-test-largest-nrs-in-array
New test for "Return Largest Numbers in Arrays" - checking for negative only numbers
2017-02-23 14:08:06 +01:00
bb26f9a0ea Added new test for "Return Largest Numbers in Arrays", with negative only numbers. 2017-02-23 15:03:30 +02:00
659fff05ab Merge pull request #13476 from nawazishali/fix/iPhone-frame
Fixed iPhone frame doesn't disappear on narrow widths
2017-02-22 21:33:58 +01:00
e2e0fd7ccf Fixed iPhone frame doesn't disappear on narrow widths
Removed all unnecessary formatting.

I have removed all unnecessary formatting as requested. Sorry for inconvenience .

Squashed the second commit into first.
2017-02-22 23:43:00 +05:00
03aa7d80e7 Merge pull request #13509 from donofriov/fix/serverjs-enumerable-typo
Correct a typo with enumerable
2017-02-22 10:12:59 -08:00
9b567c5a07 Correct a typo with enumerable 2017-02-22 02:58:49 -05:00
4ded8169cb Merge pull request #13501 from donofriov/fix/typo-in-challenge-code-calculate-circumference
Fixed typo in Challenge Code - calculateCircumference
2017-02-21 16:29:27 -05:00
54cc599979 Merge pull request #13445 from Manish-Giri/fix/array-destructuring-tests
Fix formatting and add tests for array destructuring
2017-02-21 21:10:30 +01:00
8e7b1171ce Fixed typo in Challenge Code - calculateCircumference closes #13464 2017-02-21 15:07:16 -05:00
032b0c0c22 Merge pull request #13499 from xpdavid/fix/testcaseForWhereDoIBelong
add a new test case for "Where Do I belong" challenge
2017-02-21 12:11:52 -05:00
1d947a0b6c add test case for "Where Do I belong" 2017-02-22 00:07:16 +08:00
d93e51e181 Fix formatting and add tests for array destructuring 2017-02-21 10:56:08 -05:00
0e4f07a197 Merge pull request #13491 from cdrainxv/fix/tertiary-colors-test
modified the tests to work on firefox
2017-02-21 07:55:37 -06:00
640f2597ab Merge pull request #13389 from cdrainxv/fix/modify-test
modified the test case to include color keyword value
2017-02-21 07:48:26 -06:00
34eea3a59c Merge pull request #13492 from Atomk/fix/challenge-remove-hover
[beta] Remove unnecessary hover references
2017-02-21 08:29:02 -05:00
45f22df304 modified the tests to work on firefox 2017-02-21 01:32:47 -07:00
d3c0fda24e Merge pull request #13484 from Manish-Giri/fix/fix-instructions-doubly-linked-list
Fix description in create linked list
2017-02-21 09:07:36 +01:00
2b17a9efdb Merge pull request #13480 from Hpauric/patch-1
Fix/ Missing CSS Selectors in code example
2017-02-21 09:03:40 +01:00
b0a257342f Merge pull request #13487 from Manish-Giri/fix/improve-oboe-errors-challenge
Improve oboe-errors challenge
2017-02-20 23:05:16 -08:00
032a078feb modified the test case to include color value 2017-02-20 23:09:09 -07:00
77cb58a291 Merge pull request #13489 from erictleung/fix/add-comment-specs-to-style-guide
Specify in style guide that comments to have space
2017-02-20 21:53:26 -06:00
bd5334aabf Merge pull request #13475 from QuentinGibson/fix/indexOf
indexOf() instead of includes()
2017-02-20 22:24:42 -05:00
806cb4ea2f Improve oboe-errors challenge 2017-02-20 21:35:28 -05:00
44ded19bb2 Specify in style guide that comments to have space 2017-02-20 18:27:30 -08:00