Javascript Falsy Values (null, Undefined, False, Empty String: "" Or '' And 0) And Comparison(==) Operator
When I am using any one of values(null, undefined, false, '', 0) in a if statement, it is a…
Read more
Javascript Falsy Values (null, Undefined, False, Empty String: "" Or '' And 0) And Comparison(==) Operator