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 | 29 | 30 | 31 |
Tags
- Andrew Ng
- 끈기
- coursera
- ES6
- 우선순위
- multer
- React
- 회고
- Linux
- 클로저
- NextJS
- 리눅스
- nodejs
- reactnative
- 데이터전송
- Machine Learning
- 1일1문장
- CSS
- 개발공부
- javascript
- scope
- 객체
- 러닝자바스크립트
- Sequence
- 스파르타코딩클럽
- Til
- 자료구조
- docker
- HTTP
- 자바스크립트
Archives
- Today
- Total
목록Mutalbe (1)
해나아부지 개발일지
Mutable vs Immutable
큰 범주로 나누면 표와 같은 속성으로 나눌 수 있다 Mutable Immutable Objects Arrays Functions Classes Maps Sets Numbers Strings Null Undefined Booleans Array의 Method 들 중에 1) Mutable(원본의 요소가 바뀌는 Method) array.pop() array.push() array.shift() array.unshift() array.splice() 2) Immutable 1)Method 제외 하고 거의 다라고 볼 수 있다(예외 케이스 몇 개 제외)
Developers/JavaScript
2020. 4. 28. 23:37