[자바스크립트] 함수(Function), 즉시실행함수(Immediately-invoked function expression)
함수(Function)1. 함수 선언(Function declaration 혹은 Function statement)함수 선언(Function declaration)을 MDS에서 밑에와 같이 정의 하였습니다. 문법 function name([param,[, param,[..., param]]]) { [statements] } nameThe function name. paramThe name of an argument to be passed to the function. Maximum number of arguments varies in different engines. statementsThe statements which comprise the body of the function. 함수 선언 호이스팅(..
JavaScript
2016. 12. 23. 16:01
공지사항
최근에 올라온 글