-
git push가 안 된다면 add/commit/push 전에 pull해서 댕겨오기
-
현재 시간 구하기
let now = new Date();
let year = now.getFullYear();
let month = now.getMonth();
let day = now.getDay();
let hour = now.getHours();
let minutes = now.getMinutes();
-
파이어베이스 데이터 읽고 추가하기
-
css 이미지 왼쪽에 붙게하기
float: left;