Commit Graph

26074 Commits

Author SHA1 Message Date
c9d8c2a73c fix(learn): typo in Serialization of a User Object (#38262) 2020-02-26 15:07:32 +05:30
b49b9f3e3c Typo whitespace fix in access-multi-dimensional-arrays-with-indexes.english.md (#38247)
* Update access-multi-dimensional-arrays-with-indexes.english.md

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-02-24 17:02:53 +01:00
78156a65f0 fix(curriculum): Added test to Return a Sorted Array Without Changing the Original Array challenge to validate new array is returned (#38105)
* fix: added test to validate new array is returned

* fix: changed text to reflect changed test

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-02-24 15:30:48 +01:00
5b80595fbf fix: remove useless logging (#38246) 2020-02-21 15:08:53 +05:30
Tom
a09ffadd5a fix: responsive image challenge (#37934)
* fix: responve image challenge

* fix: bad solution

* Update curriculum/challenges/english/01-responsive-web-design/responsive-web-design-principles/make-an-image-responsive.english.md

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/responsive-web-design-principles/make-an-image-responsive.english.md

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/responsive-web-design-principles/make-an-image-responsive.english.md

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-02-20 22:53:30 +05:30
b0f1fa4b96 fix: make recursion challenge more intuitive (#37399) 2020-02-20 21:36:33 +05:30
dfe2d91360 docs: remove guide specific checklist points (#38240) 2020-02-20 20:43:51 +05:30
7cdf01276d fix: ensure Babel options exist when used
Also renamed 'config' to 'options' to be consistent with the calling
function.
2020-02-20 19:52:23 +05:30
a27992a8b6 fix: transpile import() for testing in node 2020-02-20 19:52:23 +05:30
ebc6197c54 fix: assume scripts inside HTML are js, not jsx 2020-02-20 19:52:23 +05:30
d87c16e65e fix: only load preset when needed 2020-02-20 19:52:23 +05:30
21833ab508 fix: load all Babel libs dynamically 2020-02-20 19:52:23 +05:30
dc7092ecd1 (fix learn): Update description to accommodate tests (#38224) 2020-02-19 00:13:34 +05:30
9a5ae756ac fix(challenge): check inline style for color (#38211)
* fix(challenge): check inline style for color

* Update curriculum/challenges/english/01-responsive-web-design/basic-css/change-the-color-of-text.english.md

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>

Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
2020-02-18 23:38:16 +05:30
f84173866a fix: make frankenSplice tests more robust (#38225) 2020-02-18 21:24:24 +05:30
493060ef07 docs: Updated french versions (#37067)
Co-authored-by: mrugesh <1884376+raisedadead@users.noreply.github.com>
2020-02-18 21:14:26 +05:30
f102c88a97 feat(i18n): add Turkish contribution guidelines (#37038) 2020-02-18 21:10:11 +05:30
c730f4aef4 Update hash-and-compare-passwords-synchronously.english.md (#38226) 2020-02-18 09:28:38 +01:00
bb06330b63 docs: update link to coc 2020-02-16 15:08:34 +05:30
3fff454872 fix(client): localise calendar to user's current timezone (#38217)
* fix: localise Heatmap to user's timezone

Rather than using ISO formatted date strings, this uses Date objects
for simplicity and to ensure that the heatmap is correct for the
timezone it is viewed in. It should also match the timeline which is
also localised to the viewing computer's timezone.

* test: update snapshot
2020-02-15 00:29:41 +05:30
cc79999a31 fix: force timezone to be UTC for tests (#38215)
react-calendar-heatmap's output depends on the timezone, which means
that snapshots can fail if the timezone changes.  This sets the timezone
as UTC during client tests to avoid that problem.
2020-02-14 21:24:29 +05:30
701bbc2ae9 added solution to d3 challenge add-labels-to-d3-elements (#38208) 2020-02-13 20:59:16 +05:30
c61c8c0474 update russian localization (#37259) 2020-02-13 12:02:36 +04:00
7c186f3a50 Update russian localization (#37258) 2020-02-13 12:02:03 +04:00
5d4fb2a39b Update russian localization (#37257) 2020-02-13 11:55:03 +04:00
3fec01a28d Update russian localization (#37256) 2020-02-13 11:52:46 +04:00
971c62ab53 fix : Unclear test output use-array.map-to-dynamically-render-… (#38191) 2020-02-13 02:41:36 +05:30
2f951f0dff fix: edited the duplicate test guideline to mirror the actual… (#38199) 2020-02-12 20:47:24 +05:30
3fd336d3e9 fix(learn): correcting Hash Table Lookup Efficiency (#38130)
A hash table provide a lookup of O(1), not O(n).
2020-02-12 12:27:47 +05:30
0498e27902 fix: added white space checks including newlines to ensure pro… (#38166)
* fix: added white space checks including newlines to ensure proper validation of trim method

* fix: Addressing comments
2020-02-12 12:17:54 +05:30
3d1dcbea11 fix(docs): typo 2020-02-12 15:36:55 +09:00
4999288912 fix: Use markdown syntax instead of HTML on exercises (#38196) 2020-02-11 23:26:09 +05:30
5feabd762c fix: Add tests to check lazy matching is applied and that the string "h1" is not matched (#38193) 2020-02-11 10:17:51 -06:00
81e751d88b fix(i18n): update Chinese translation of css grid (#37924) 2020-02-11 22:39:15 +09:00
e873b388da fix(i18n): update Chinese translation of css flexbox (#37923) 2020-02-11 22:32:25 +09:00
c0d5d6ad4f fix(i18n): update Chinese translation of responsive web design princi… (#37922) 2020-02-11 22:30:05 +09:00
3c743574f6 fix(i18n): update Chinese translation of applied accessibility (#37920) 2020-02-11 18:06:41 +09:00
5eed674c3a fix(i18n): update Chinese translation of applied visual design (#37918) 2020-02-11 16:46:34 +09:00
4f32fedb8e fix(i18n): update review suggestion 2020-02-11 15:42:42 +09:00
8c1834badb fix(i18n): update chinese translation of basic css 2020-02-11 15:42:42 +09:00
85164b3cd9 Fixed formatting and typos 2020-02-11 15:35:21 +09:00
450f691926 Fixed formatting and typos 2020-02-11 15:24:55 +09:00
b292a10a8e Cleaned link formatting and typos 2020-02-11 15:17:40 +09:00
399c742304 docs: update readme for HoF wording 2020-02-10 22:42:55 +05:30
f1cbf0f6bd fix(learn): warn about XSS in convert JSON to HTML (#37037)
Co-authored-by: RedOpsMe <57320352+RedOpsMe@users.noreply.github.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2020-02-10 20:24:19 +05:30
d5a410cec8 docs(i18n): Portuguese translation of README file (#36993) 2020-02-10 20:21:37 +05:30
1eaec0eae4 docs(i18n): Vietnamese translation for README.md (#37013) 2020-02-10 20:20:15 +05:30
99a30d4b65 fix: remove donation message for unauthorized users (#38188)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-02-10 18:34:49 +05:30
80ba943ca3 fix: fixed regex for validating newlines in for loops (#38180) 2020-02-09 18:43:43 -06:00
3e5963b2a7 fix(client): disable intellisense in editor (#37813) 2020-02-09 00:26:47 +05:30