Guest User

Untitled

a guest
Dec 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if ((prevNumPending === null || isNaN(prevNumPending)) && (numPending === null || isNaN(numPending))) {
  2. //Handle null or NaN state of prevNumPending or numPending
  3. return false;
  4. }
Add Comment
Please, Sign In to add comment