bestalign.github.io/2015/10/06/cartoon-guide-to-flux/Flux로의 카툰 안내서원문: https://medium.com/code-cartoons/a-cartoon-guide-to-flux-6157355ab207 Flux는 현재 웹 개발에서 가장 인기 있는 토픽 중 하나이면서도 가장 이해되고 있지 않은 토픽 중 하나이다. 이 안내서는 모두가 이해할bestalign.github.io 함수형프로그래밍 https://poiemaweb.com/js-array-higher-order-functionHigher order function | PoiemaWeb배열(array)는 1개의 변수에 여러 개의 값을 순차적으로 저장할 때 사용한다. 자바스크립트의 배열은 객체이며 유용한 내..