Coercion - Truthy and Fasly Values In JavaScript
Jul 28, 2022 · 2 min read · As JavaScript developers, we are very familiar with the Boolean data type. This data type can assume two values: true and false. When a value is not exactly a boolean type (true or false) and you try to perform a condition with it, what does JavaScr...
GGift commented