Add Javascript question about truthy and falsy values (#796)
* Add Javascript question about truthy and falsy values
This commit is contained in:
parent
1583956032
commit
a7e48d58e1
|
|
@ -21,6 +21,7 @@ permalink: /questions/javascript-questions/index.html
|
|||
* Explain `Function.prototype.bind`.
|
||||
* What's the difference between feature detection, feature inference, and using the UA string?
|
||||
* Explain "hoisting".
|
||||
* What is type coercion? What are common pitfalls of relying on type coercion in JavaScript code?
|
||||
* Describe event bubbling.
|
||||
* Describe event capturing.
|
||||
* What's the difference between an "attribute" and a "property"?
|
||||
|
|
|
|||
Loading…
Reference in New Issue