Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 254 Bytes

js checklist.md

File metadata and controls

21 lines (9 loc) · 254 Bytes

구현 완료된 태그는 / 를 달았습니다

  • 외부 js 파일 연결 /

  • 주석문

  • 변수, 연산 /

  • 조건문(if, switch) /

  • 반복문(for) /

  • 자바스크립트 내장 객체 사용

  • event 핸들러

  • Document.getElementById /