Skip to content

nathanfaucett/js-is_null_or_undefined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

isNullOrUndefined

isNullOrUndefined accepts any value and returns true if the value is null or undefined.

For all other values false is returned.

param {Any} any value to test

returns {Boolean} the boolean result of testing value

  isNullOrUndefined(null);   // returns true

  isNullOrUndefined(undefined);   // returns true

  isNullOrUndefined("string");    // returns false

``

About

is_null_or_undefined for the browser and node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published