Forum Discussion

CSL's avatar
CSL
Contributor
8 years ago

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...
  • NisHera's avatar
    8 years ago

    You can use schDay1 === null 

    = = = evaluate type as well.