How is truthy and falsy different from true and false?
Truthy and Falsy
hey @niranjanks099_396c6fb1d3924a59 ,
True and False are direct booleans .
where as truthy and falsy are group of data types , or some particular values which are considered as placeholders for True and False when used with a logical operator.