Skip to content

Commit

Permalink
Add Javascript question about truthy and falsy values (#796)
Browse files Browse the repository at this point in the history
* Add Javascript question about truthy and falsy values
  • Loading branch information
talhatahir committed Sep 7, 2023
1 parent 1583956 commit a7e48d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/questions/javascript-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"?
Expand Down

0 comments on commit a7e48d5

Please sign in to comment.