Javascript에서는 아래와 같이 함수를 선언하기 전에 함수를 실행할 수 있다.
test()
function test(){
return "test";
}
// result "test"
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 |