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 |
Tags
- redux-saga
- Get
- react-redux
- react-router
- SW
- 자바
- 매일메일
- redux-toolkit
- 항해99
- 항해플러스
- sw expert academy
- 코딩테스트합격자되기
- redux
- C++
- Python
- axios
- react
- 이코테
- java
- 알고리즘
- maeil-mail
- Algorithm
- json-server
- 테코테코
- 리액트
- programmers
- JavaScript
- useDispatch
- createSlice
- 프로그래머스
Archives
- Today
- Total
목록?.연산자 (1)
Binary Journey

오늘 신기한 걸 알게 돼서 포스팅을 해본다. 동료분도 지금 리액트 독학 중이신데 ?. { console.log(`index: ${index} = ${array?.[index]}`); }); const emptyArray = []; console.info("=== emptyArray ==="); console.log(`index: 0 = ${emptyArray?.[0]}`); const nullishArray = null; console.info("=== nullishArray ==="); console.log(`index: 0 = ${nullishArray?.[0]}`); 위에 참조해놓은 모질라 사이트 내용을 더 뜯어 보니까 optional callbacks라고 nullish한 매서드를 호출할 때 opt..
Javascript
2021. 4. 7. 20:59