diff --git a/src/questions/javascript-questions.md b/src/questions/javascript-questions.md index 2810460fe..663c0a763 100644 --- a/src/questions/javascript-questions.md +++ b/src/questions/javascript-questions.md @@ -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"?