Will evaluate to true if value is not: null, undefined, NaN, empty string (""), 0, false
From http://stackoverflow.com/questions/5515310/is-there-a-standard-function-to-check-for-null-undefined-or-blank-variables-in
if( value ) { }