2023.03.10 이론 복습

김종현·2023년 3월 10일
0

일일 공부

목록 보기
2/4

box-sizing: border-box; 박스 사이즈를 테두리까지 포함.
flex-basis ; basis:왼쪽?에 차지하는 영역
.header__logo > img:nth-child(2) 로고 옆 아이콘

justify-content.. flex 부분

filter: contrast(15%);
flex-wrap: nowrap;
white-space : nowrap;

prepend

result - https://developer.mozilla.org/ko/docs/Web/API/FileReader/result

~~






indexedDB

console.log(request)했을떄
IDBOpenDBRequest가 찍혔고, readyState : done일때 result가 null이 아니라 IDBDatabase가 나오게 됨.

request onsuccess 후 console.log(data)시

이런식으로 관련 내용이 나옴


데이터를 ui에 나타나도록 하기.

setAttribute

innerHTML = "";에 의한 초기화 :

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Array/of

profile
나는 나의 섬이다.

0개의 댓글