Forum Discussion

CSL's avatar
CSL
Contributor
7 years ago
Solved

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
    7 years ago

    You can use schDay1 === null 

    = = = evaluate type as well.