Created
March 13, 2017 07:06
-
-
Save roatnek/a28186db927524af522d28c0a425fd13 to your computer and use it in GitHub Desktop.
ReferenceErrorを回避する https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (typeof foo !== 'undefined') { | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment