Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created August 24, 2015 10:46
Show Gist options
  • Select an option

  • Save shigemk2/7c4c9cac5933b5a32bad to your computer and use it in GitHub Desktop.

Select an option

Save shigemk2/7c4c9cac5933b5a32bad to your computer and use it in GitHub Desktop.
"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