Category: JavaScript

80 questions in JavaScript.

What is truthy and falsy in JavaScript

· JavaScript

Learn which values are truthy and falsy in JavaScript and how boolean coercion affects conditionals and logical operators.

What is type coercion in JavaScript

· JavaScript

Understand JavaScript type coercion, the automatic conversion of values between types during operations, and how to avoid common bugs.