NGA

JavaScript Hoisting

2020. 4. 17. 23:28

Javascript에서는 아래와 같이 함수를 선언하기 전에 함수를 실행할 수 있다.

test() 

function test(){ 

	return "test"; 

}

// result "test" 

 

'WEB > JAVASCRIPT' 카테고리의 다른 글

DOM Element Image, Video, Audio Trick  (0) 2020.07.08
<script src="data://~~"></script>  (1) 2019.10.25
Script tag Comments  (0) 2019.10.14
UTF-8 'LINE SEPARATOR' (U+2028)  (0) 2019.10.14
Auditor bypass with multi inject XSS  (0) 2019.08.10

이 글을 공유합시다

facebook twitter googleplus kakaoTalk kakaostory naver band