
JavaScript란 / JavaScript 연동 / 객체 / 주석 / console.alert()
console / console 하위 객체 : console.log, console.clear
let (변수) / 변수 이름 정할 때 규칙
const (상수) / window.prompt()
` (백틱) / ${} (플레이스홀더)
산술연산 / 대입연산 / null / undefined / boolean / type
DOM / window.document : document.querySelector, document.getElementById / textContent
대소 비교 / 등가 비교
if-else
while / for
함수 function / 데이터 반환 return / 매개변수 / 인자
event / event handler
addEventListener / 이벤트 객체
document.createElement / appendChild
value / event.preventDefault()
삼항 연산
setTimeout / setInterval / clearInterval
Element.classList
window.localStorage