Skip to content

Instantly share code, notes, and snippets.

@khg0712
Created June 6, 2018 11:48
Show Gist options
  • Save khg0712/ae17c00d0406a978890c80bc5093a7a3 to your computer and use it in GitHub Desktop.
Save khg0712/ae17c00d0406a978890c80bc5093a7a3 to your computer and use it in GitHub Desktop.
실행 컨텍스트 예시2
var a = 'k';
console.log(a);//k 출력
console.log(window.a);//k 출력
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment