2022-08-26
TODO
- notes.younho9.com
- cleanUrls
- update time on pre-commit
- 채팅 자동 스크롤 중단되는 현상
- Ref 리팩토링
- 네이밍 변경
- 텍스트 영역 개행 스타일 처리
- 채팅 탭으로 변경 시 최 하단으로 스크롤
Learning
- Naming Convention
- 요소 사이즈와 스크롤 (javascript.info)
- window.innerWidth vs. document.documentElement.clientWidth
- innerWidth는 스크롤바를 포함함.
- clientWidth는 스크롤바를 제외함.
- window.innerWidth vs. document.documentElement.clientWidth
- NodeList to Array
Array.from
- Property 'dataset' does not exist on type 'Element' in TS | bobbyhadz
- HTMLElement has dataset