Created
August 24, 2015 10:45
-
-
Save shigemk2/77dd7218f83b408fe4ec to your computer and use it in GitHub Desktop.
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
| "use strict"; // この場合はグローバル | |
| function a() { | |
| "use strict"; // 関数スコープみたいなもの | |
| }; | |
| // use strictを二重に書いても問題はない | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment