Skip to content

Instantly share code, notes, and snippets.

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

  • Save shigemk2/77dd7218f83b408fe4ec to your computer and use it in GitHub Desktop.

Select an option

Save shigemk2/77dd7218f83b408fe4ec 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