On this pageisSomething() isSomething(arg): boolean Determines if the given value is not undefined or null. Parameters arg unknown Returns boolean Example if(isSomething(val)) { // happy path...}