Commit Graph

82 Commits

Author SHA1 Message Date
Yangshun a914b6ac05 website: update domain 2022-01-28 10:50:32 +08:00
Yangshun 4f2fc5a56c website: fix broken links 2021-09-25 14:10:30 +08:00
Fábio Lopes b643c86214
[fix] correction of redirect links on /questions (#252)
* [fix] wrong location

* [fix] wrong location

* [fix] wrong location
2020-04-30 02:05:04 +08:00
Yangshun Tay 1ca0fc7f50 chore: add back english questions for backward compat 2020-04-13 02:47:26 +08:00
Yangshun Tay 80e1e56acf chore: rename translations 2020-04-13 02:46:23 +08:00
Vaibhav Tank a360809b6b
[css] fix typo 'gird' to 'grid' (#248) 2020-03-12 09:56:46 +08:00
Slava f5169836a1
[js] fix prototypal inheritance question from "prototype" to "__proto__" (#240)
* Changed object prototype reference from "prototype" to "__proto__"

* Update javascript-questions.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-03-07 16:07:47 +08:00
ikotsov 4954c34ff0
[css] delete misleading statement in pseudo-elements question (#224) 2020-03-07 15:51:30 +08:00
Martin Duran 0ae1962770
[css] remove incorrect "visibility: hidden" answer from visually hide content question (#242)
Co-authored-by: Martin Duran <mduran@nerdery.com>
2020-03-07 15:47:04 +08:00
Yangshun Tay e96fc61287 js: update hoisting answer for let/const 2020-01-28 01:12:59 +08:00
Yangshun Tay 6ff3921dae js: add another disadvantage about Ajax 2020-01-28 00:29:46 +08:00
Yangshun Tay 6830fb0ffb css: update answer for grid system question 2020-01-27 23:10:12 +08:00
Yangshun Tay cae93b4f5c Reformat Markdown files 2020-01-27 23:08:44 +08:00
Felix Häberle 526774b786 [js] answer the pros and cons of immutability (#211)
* Update: What are the pros and cons of immutability?

add the pros and cons of immutability

* Update javascript-questions.md
2019-11-24 10:42:48 -08:00
Felix Häberle b37787ac7f [css] add short display property descriptions (#217)
Added short display property descriptions to explain what gets generated if applying one of those display values.
2019-11-24 10:16:25 -08:00
Hetu Nandu b7ce970771 [css] add CSS display property explanations (#183) 2019-11-24 09:57:29 -08:00
Filip Barakovski 344c0bc5bf [JS] Add duplicate function with ES6 Syntax (#219) 2019-10-26 10:15:12 -07:00
Hongbo Miao a2f1d89278 chore: correct the spelling of RxJS (#214) 2019-10-06 01:22:54 -07:00
Rob Levin 8fe7aeb618 [JS] Add examples of prototypal inheritance (#202) 2019-06-07 00:11:11 -07:00
Rob Levin f94b90ed19 [JS] change parentheses/brackets (#203) 2019-06-04 16:51:28 -07:00
Rob Levin bc0fee10b5 [CSS] Point out the potential issues between responsive and adaptive design (#199) 2019-06-02 10:51:16 -07:00
Rob Levin 1bc106466a [JS] Answer the second part of "this" question (#200)
* Adds the second part of this question originally stated in the h5bp version.

* Correct grammar
2019-06-02 10:50:07 -07:00
Rob Levin 1de75f22f8 [CSS] Mention presentational attribute specificity vs. CSS in SVG question (#196) 2019-06-02 10:48:01 -07:00
Rob Levin 13be2b2de4 [CSS] More answers to advantages/disadvantages of using CSS preprocessors (#198)
* Add a disadvantage that they are not really writing CSS anymore; and they may be able to get enough functionality by using something like postcss et al.

* Update css-questions.md
2019-06-01 16:55:13 -07:00
Rob Levin 0134608c34 [CSS] Add a link related to CSS properties triggering (#197) 2019-06-01 16:51:21 -07:00
Rob Levin 6e3c4cb2fe [HTML] Mention Postcss as a reasonable way to fix cross-browser styling issues (#195)
* Adds Babel as a reasonable way to fix browser specific issues.

* Update css-questions.md
2019-06-01 16:50:08 -07:00
Rob Levin 1888319ee2 [CSS] Mention why BFC is important (#194) 2019-06-01 16:41:59 -07:00
Rob Levin bcdfc4de87 [CSS] What exactly causes a stacking context? (#193) 2019-06-01 15:43:55 -07:00
Kamil Smas 2a2a88c5e7 [JS] Answer immutability questions (#156)
* add answer

* Update javascript-questions.md
2019-06-01 11:14:50 -07:00
Chris Diana 135762c097 [JS] Code organization typo fix (#192) 2019-06-01 10:35:55 -07:00
Rob Levin 9e40dca67a [HTML] Point out that local/session store, and cookies may be invalidated by user (#191) 2019-06-01 09:19:42 -07:00
Rob Levin 77c875b3e0 [HTML] Provides a valid case for using data attributes - testing (#190)
* Provides a valid case for using data attributes for such teseting frameworks as Selenium without messing up the semantics of the overall html markup.

* bad grammar fix
2019-06-01 09:16:39 -07:00
Rob Levin fd04df8e34 [HTML] Fix typo (#189)
* Fix typo

* SVG text is perfectly scalable and an exception to this rule. I think specifying raster based images takes care of that exception to the rule.

* Update html-questions.md
2019-05-30 21:03:15 -07:00
Artur Allaev 599ebb0d5f [Misc] Update links to the original repo with questions (#185) 2019-04-26 22:36:50 -07:00
Jaime Mendoza 28dee15c8a [JS] Add hoist link to function declaration/expression section (#182)
* Add link to browser matching CSS selector section

* Add link to pseudo selector in float section

* Add hoist link to function declaration/expression section
2019-04-17 19:26:13 -07:00
Elem Shalit 4d152f389e [JS] Fix typo (#179) 2019-04-17 08:33:04 -07:00
Jaime Mendoza dd4f615ce1 [CSS] Add links to browser matching CSS selector section (#181)
[CSS] Add links to browser matching CSS selector section
2019-04-17 08:32:28 -07:00
Chuck C. Chao b9c84126e9 [JS] Update "Explain Function.prototype.bind" part (#166)
Denoted "this" as code by using double tick mark
2019-02-20 00:12:45 +08:00
Tyler Hawkins 89cc3711a0 [JS] Answer arrow function in constructor method question (#163)
* answer for arrow function in constructor method question

* fixed typo in my comment

* Update javascript-questions.md
2019-01-21 12:10:16 -08:00
Haopei Yang 2a32ddb57b [JS] Update IIFE answer (#162)
Included information about *function expressions*
2019-01-15 16:57:29 -08:00
Eunice Park a17caf8011 [JS] Fix typo (#161) 2019-01-15 01:44:28 -08:00
Tyler Hawkins 3d5ad8f7b4 [JS] Answer template literal question (#157)
* added two examples for template literals answer

* Update javascript-questions.md
2019-01-14 21:59:53 -08:00
Eunice Park c50fcd2dd2 [JS] Update answer about ways to iterate arrays (#149)
* Add for-of loop as an another way to iterate arrays

* Update javascript-questions.md
2019-01-14 21:51:31 -08:00
Farhad Jabiyev 676c8d99de [JS] Add additional pros for Promises (#152)
* added additional pros for promises

* Update javascript-questions.md

* Update javascript-questions.md
2019-01-14 21:28:04 -08:00
Tyler Hawkins b3779f010a [HTML] Fix a minor typo (#158) 2019-01-14 21:07:10 -08:00
Denis Gao a4ecdc277c [HTML] Update answer for link and script positioning (#146)
[HTML] Update answer for link and script positioning
2019-01-14 21:02:24 -08:00
Filip Barakovski b64b07e656 Answers an arrow function use case question (#145)
* Answers an arrow function use case question

### Can you offer a use case for the new arrow => function syntax? How does this new syntax differ from other functions?

* Update javascript-questions.md

* Update javascript-questions.md
2019-01-14 20:54:31 -08:00
Becks 5c5c228672 spelling fix (#153)
Line 24. Changed from "declation" to "declaration".
2018-12-03 16:05:24 -08:00
Frédéric Espiau c4e686433b fix(html): better explanation for DOCTYPE (#144)
English is not my native language so feel free to tell me if there is any mistake
2018-10-25 16:01:59 -07:00
João Víctor de Oliveira Santos cdccf1738e Fix a Typo on a question title and anchor (#148) 2018-10-25 16:00:50 -07:00