Ahmedahm4fut.hashnode.dev·Jan 27, 2023Truthy or Falsy values in JavascriptIntroduction: Truthy and falsy values are fundamental concepts in JavaScript. They determine whether an expression is true or false and are used in control structures and conditions. Understanding the difference between truthy and falsy values is cru...Discuss·50 readsJavaScript
Somtochukwu Nwosusomyn.hashnode.dev·Jan 18, 2023Javascript: Truthy And Falsy ValuesHey there! Welcome to the new year! I hope you smash your goals and every other thing you have set out to achieve. In this article, we will read about Truthiness and Falsiness in JavaScript. All values have an inherent truthiness and falsiness to the...Discuss·11 likes·85 readsJavaScript