LeeeYumin / academy_TIL

0 stars 0 forks source link

0705_오전 #2

Open LeeeYumin opened 5 months ago

LeeeYumin commented 5 months ago

이벤트 버블링

콜백함수처리 :Promise 객체(비동기 이벤트 시점에 처리)

.fetch new Promise((resolve, reject)) => reject("Error")) .then(() =>document.write("정상실행)) ...코드 더 있는데 생략함..

: 정상적으로 통신이 이루어지면 reject 정상실행 안되면 .then에서 resolve 에러

제목 없음

async await :await 의 중요한 특징은 async 함수 안에서 코드의 실행 순서를 확정 지을 수 있다는 것, 비동기적 코드를 동기적으로 전환함..

CSS는 많이 해보는 게 제일 좋다 @ media 속성 <> 으로 mediatype, media feature

LeeeYumin commented 5 months ago

char https://gionkunz.github.io/chartist-js/

https://pensive-kowalevski-fdf325.netlify.app/