Skip to content

Instantly share code, notes, and snippets.

@fakenickels
Created May 3, 2014 16:27
Show Gist options
  • Save fakenickels/1cbb2442a199e2cf7332 to your computer and use it in GitHub Desktop.
Save fakenickels/1cbb2442a199e2cf7332 to your computer and use it in GitHub Desktop.
Gist for Medium post
function isNull( str ){
return str === null ? true : false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment