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
- react-native-dotenv
- Recoil
- Git
- electron-packager
- ffi-napi
- Each child in a list should have a unique "key" prop.
- Failed to compiled
- vercel git lfs
- rolldown
- dvh
- adb pair
- silent printing
- augmentedDevice
- camera permission
- github lfs
- 티스토리 성능
- adb connect
- Can't resolve
- github pdf
- camera access
- npm package
- nextjs
- ELECTRON
- device in use
- custom printing
- html
- animation
- react-native
- github 100mb
- 이미지 데이터 타입
Archives
- Today
- Total
목록2022/09/29 (1)
Bleeding edge
2022/09/29 - TIL
오늘 Pair-Programming에서 배운 것 some, every 두 메서드는 boolean을 반환하는데, 여러 배열이 특정 조건을 만족하는지 체크하는 데 사용하였다 winCases.some(wincase => wincase.every(index => $gameBoard[index].textContent === player)); 둘을 굳이 비교하자면 some은 or(그 중에 한개가 성립하는가?) every는 and(모든 것이)와 유사하다. 둘다 Array.prototype.some, Array.prototype.every로 배열에 사용할 수 있다. scrollHeight 높이가 0인 element에서, scroll이 있었다면 되었을 높이가 scrollHeight이다. ul.style.height = ..
ConnecTo
2022. 9. 29. 19:45