When something is undefined (or null), do something. - Opposite of when
The thing to check
thing
What to do if the thing is undefined
doWork
When something is undefined (or null), do something. - Opposite of when