300x250
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 |
Tags
- vscode
- react
- eslint에러 자동fix
- 클로저
- import정리
- 프로젝트
- chromatic
- css instead of js
- 자바스크립트
- JavaScript
- string-width
- 성능 베이스캠프
- 우아한테크코스
- IDL attributes
- 협업
- 카페인
- 이슈번호자동화
- 프로젝트 카페인
- importOrder
- CSS
- Husky
- webpack
- 클린코드
- 크로마틱
- git hooks
- storybook
- 유틸함수
- 우테코
- eslint 자동화
- prettier 자동화
Archives
- Today
- Total
목록클로저 (1)
FEB:)DAIN
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/qJbwD/btsyLHl52rJ/KHvO8BVKH72CYAYjU0oYWk/img.png)
- 클로저를 설명하기에 앞서, 클로저는 하나의 어떤 것을 정의하는 개념이 아니기 때문에 사람마다 말하는 클로저가 다를 수 있다. 1. 함수의 주변 상태(렉시컬 환경)에 대한 참조를 같이 가지고 있는 함수는 클로저다. 즉 (new Function을 제외한) 모든 함수가 클로저라고 할 수 있다. (= 자바스크립트의 클로저) 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..
코딩/공부
2023. 10. 19. 02:38