CSL
8 years agoContributor
how to handle 0 and null value in java script
Hello, I am having some issues handling 0 and null values in javascript. I want them to be handled differently, 0 is always handled the same as null. The code below returns True. ex. func...
- 8 years ago
You can use schDay1 === null
= = = evaluate type as well.