일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python algorithm
- node.js
- execution context
- java
- react 기초
- 컴퓨터공학
- useState
- OS
- 글또
- Python
- 자료구조
- 프로그래머스
- 자바스크립트
- context switching
- Computer Science
- 알고리즘
- typeScript
- REACT
- algorithm
- JavaScript
- 자바
- 파이썬
- 개발공부
- 비동기
- codestates
- 파이썬 알고리즘 인터뷰
- Zerobase
- 운영체제
- Operating System
- 코드스테이츠
Archives
- Today
- Total
목록higher order function (1)
Back to the Basics
[JS/Node][Codestates] 고차함수
이번 포스팅은 JavaScript 고차 함수 (Higher order function)에 대해 학습해보겠다. 1. 고차 함수 이해하기 Achievement Goals 일급 객체(first-class citizen)의 세 가지 특징을 설명할 수 있다. 고차 함수(higher-order function)에 대해 설명할 수 있다. 고차 함수를 JavaScript로 작성할 수 있다. JavaScript 에서 함수는 1) 변수에 assignment 가 가능하고, 2) 다른 함수의 argument로 전당 될 수 있으며 3) 다른 함수의 결과로써 리턴될 수 있다 는 특징이 있어 특별하게 취급된다. 이를 first-class citizen (일급 객체)라고 한다. 이 중 고차 함수(Higher oeder functio..
Programming Languages/JavaScript & Node.js
2021. 8. 3. 22:43