Node.js examples for Data Type:undefined
Is a value undefined
function isUndefined(value) { var undef; return value == undef; }