setInterval, clearInterval

Shin Woohyun·2021년 8월 27일
0

setInterval

https://ko.javascript.info/settimeout-setinterval
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval

audio

HTMLAudioElement

Node.innerText vs Node.textContent

innerText는 사람이 읽을 수 있는 text(렌더링 후의 text)만 가져오지만, textContent는 script, style 태그 안의 text를 포함한 [display=none]안의 text도 가져온다.

element.matches(selectorString)

matches

user-select

0개의 댓글