Add Javascript question about truthy and falsy values (#796)

* Add Javascript question about truthy and falsy values
This commit is contained in:
Talha Tahir 2023-09-08 01:24:14 +05:00 committed by GitHub
parent 1583956032
commit a7e48d58e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"?