Tags
- postman collection variables
- Interaction developer
- postman session
- postman automations
- 우수한 프런트 개발자
- Front-end developer
- Android
- 좋은 개발자
- Android/iOS Developer
- 다빈치 리졸브
- postman excel
- emplace_back
- solidity
- C++
- Unity
- c#
- postman tests
- Intellij
- postman collection
- postman pre-request
- postman
- 프런트엔드
- oracle
- MFC
- postman html parse
- LSL_Script
- UI/UX Engineer
- Java
- web developer
- postman csv
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Archives
- Today
- Total
목록First Class Citizen (1)
david's daily developer note
[FE] JavaScript에서 함수는 일급 (first class citizen)이다.
JavaScript에서 함수는 일급 (first class citizen)이다. 다음은 js에서 함수가 일급인 이유이며, js가 함수형 프로그래밍에 유리하고 인기가 많은 이유이다. #일급 - 값으로 다룰 수 있다. - 변수에 담을 수 있다. - 함수의 인자로 사용될 수 있다. - 함수의 결과로 사용될 수 있다. 다음은 "함수를 값으로 다룰 수 있다"의 예시이다. "a => a + 1" 함수를 값 처럼 다루면서 sum1 변수에 담고 사용하는 예제이다. 함수를 반환하는 고차 함수의 경우에는 클로저(Closure)를 만들어서 반환한다.
[Develop] Web/Front-end
2022. 6. 17. 01:15