Simplify a check for `undefined`
Checking `typeof <var>` is only needed when the variable may not exist (eg. some browser global).
Showing
Please register or sign in to comment
Checking `typeof <var>` is only needed when the variable may not exist (eg. some browser global).