공부/JS 썸네일형 리스트형 push & concat 배열에 데이터를 추가하는 방법 push 원본 배열의 값이 변경된다. concat 원본은 그대로지만 원본을 변경한 새로운 배열이 반환된다. 불변성(immutable) 를 유지할 수 있다. push 보다는 concat 을 사용하자!! 불변성을 지키기 위한 방법 immutable.js https://immutable-js.com/ Immutable.js Immutable collections for JavaScript Read the docs and eat your vegetables. Docs are automatically generated from README.md and immutable.d.ts. Please contribute! Also, don't miss the wiki which contain.. [자바스크립트] 내장객체 1. window 브라우저 창이 열릴때 마다 하나씩 만들어지는 객체 브라우저 창 안에 존재하는 모든 요소의 최상위 객체 2. navigator 현재 사용하는 브라우저에 대한 정보를 가지고 있는 객체 이전 1 다음