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
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
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
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
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
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
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
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
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
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
Nick Nish
2da0fcba4c
Fix formatting issue in JS questions ( #131 )
2018-09-05 07:19:18 -07:00
discodane
94bb758c29
Adds typeof example for null values ( #134 )
...
* Adds typeof example for null values
I believe it is a key characteristic between undefined variables and null variables, that being that typeof null evaluates to `object` while this same isn't true for undefined variables.
* Update javascript-questions.md
2018-07-10 10:13:15 -07:00
Yangshun Tay
9fa810dd7c
Clarify JSON vs XML
2018-05-27 22:22:06 -07:00
Yao Ding
a623833fad
Remove unnecessary character ( #120 )
2018-05-01 13:45:20 -07:00
Yangshun Tay
bca94516f4
Clarify potential misunderstanding about hoisting
2018-04-15 16:58:39 -07:00
Yangshun Tay
8ad7c50181
Split up var/let/const code block into two
2018-03-29 20:12:02 -07:00
Yangshun Tay
9bb0a694f3
Answer "What are the differences between ES6 class and ES5 function constructors?" ( #104 )
2018-03-24 11:56:00 -07:00
Yangshun Tay
2942ae3f28
Remove autoformatting from IIFE code block
2018-03-24 11:39:44 -07:00
Oscar Garita
a2e05f0e28
Terms "XML" & "JSON" were inverted in ajax answer ( #100 )
2018-03-16 21:15:04 -07:00
Michael Lancaster
8b4d4250ff
Clarify flux architecture ( #87 )
2018-03-07 23:42:57 -08:00
Jackie Lang
cc4f861b49
Make response to global scope question more concise ( #81 )
2018-03-06 21:21:00 -08:00
Adam Płócieniak
d41f0a53b3
IIFE section extended with `void` operator ( #78 )
2018-03-05 08:53:23 -08:00
Yangshun Tay
5d924bd61b
Better grammar ( #68 )
2018-03-02 22:10:42 -08:00
Leo Leung
1453da674e
Fix typo in answer ( #58 )
2018-03-01 00:30:09 -08:00
Yangshun Tay
01914d0fda
Answer JavaScript questions
2018-02-24 10:58:23 -08:00
Jonathan Wood
f949dcc14e
Added Vue devtools to debugging section ( #34 )
2018-02-22 07:36:00 -08:00
Alex Palma
59a0b56f44
Fix typo in JavaScript question ( #32 )
2018-02-20 14:49:14 -08:00
Yangshun Tay
d637e38bd3
Fix questions anchor links ( #26 )
...
* Fix anchor for CSS questions
* Fix rest of the anchors
2018-02-16 22:09:12 -08:00
Yangshun Tay
d072b2f225
Split mono README into smaller individual files for each section ( #25 )
...
* Split each topic into its own page
* Unbold TOC
* Fix typo
* Add anchors
* Fix JS questions anchor
2018-02-16 21:59:14 -08:00