[자바스크립트] 클로저(Closure)
클러저(Closure) 1. 클로저(Closure)란? MDN(https://developer.mozilla.org/ko/docs/Web/JavaScript/Guide/Closures) 에서는 아래와 같이 정의하고 있습니다. 클로저는 독립적인 (자유) 변수를 가르키는 함수이다. 또는, 클로저 안에 정의된 함수는 만들어진 환경을 '기억한다' 위의 말로는 이야기 되지 않습니다. 그래서 영문도 살펴 보았습니다. Closures are functions that refer to independent (free) variables (variables that are used locally, but defined in an enclosing scope).In other words, these functions 'r..
JavaScript
2016. 12. 22. 18:21
공지사항
최근에 올라온 글