Checks if value is NaN.
Note: This method is based on Number.isNaN and is not the same as global isNaN which returns true for undefined and other non-number values.
- Lodash chained on (boolean): true if value is NaN, else false.
See Implementation
Checks if value is NaN.
Note: This method is based on Number.isNaN and is not the same as global isNaN which returns true for undefined and other non-number values.