Can someone please explain JavaScript Truthy and Falsy, using the below sample data. I have read other threads but still confused.
var a = 0; var a = 10 ==
FALSY
note : Empty array ([]) is not falsy
TRUTHY