Created
June 6, 2018 11:48
-
-
Save khg0712/ae17c00d0406a978890c80bc5093a7a3 to your computer and use it in GitHub Desktop.
실행 컨텍스트 예시2
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
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