[TIL] 2023/10/04

김민재·2023년 10월 4일
0

TIL

목록 보기
8/172
  • 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;

profile
개발 경험치 쌓는 곳

0개의 댓글

관련 채용 정보