What is Truthy and Falsy in Javascript?

Hi, in this post I’m going to explain you what is Truthy and falsy in Javascript and you will see some examples. Truthy Truthy is a value that is considered true when encountered in a Boolean context. Examples: Falsy Falsy is a value that is considered false when encountered in a boolean context. Examples: Ok … Continue reading What is Truthy and Falsy in Javascript?