isNull_.isNull(object)
Returns true if the value of object is null.
1 2 3 4 | _.isNull( null ); => true _.isNull(undefined); => false |
isNull_.isNull(object)
Returns true if the value of object is null.
1 2 3 4 | _.isNull( null ); => true _.isNull(undefined); => false |
Designed by : w10schools
service@w10schools.com
Please login to continue.