Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- stylesheet
- 랜덤넘버
- npm
- 오버라이딩
- SpringBoot
- 코틀린
- 안드로이드
- JavaScript
- button
- Linux
- fragment
- React
- Kotlin
- nodejs
- RecyclerView
- TextView
- Android
- scrollview
- GoogleMaps
- 구글맵스
- 랜덤번호
- JS
- 스프링부트
- TypeScript
- 리액트
- Java
- Hook
- array
- 자바스크립트
- Javscript
Archives
- Today
- Total
목록2023/10 (1)
타닥타닥 개발자의 일상

자바스크립트의 closure란 개념은 무엇일까? Mdn에서 clousre의 개념을 찾아보면 이렇다. A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function's scope from an inner function. In JavaScript, closures are created every time a function is created, at function creation time. 클로저(Closur..
코딩 기록/JavaScript
2023. 10. 13. 16:44