Skip to content
On this page

2021년 05월 30일

수정하기
문서 생성 2021-05-30 22:23:36 최근 수정 2021-05-30 22:30:47
On this page

Note

JavaScript

  • Tip 2가지
    • console.assert 조건부 로그를 할 수 있다. console.assert
    • quick reference for Array methods
      [,,,].map(■→●)[,,,]
      [,,,].filter(■→true)[,]
      [,,,].find(●→true) ⇒ ●
      [,,,].findIndex(●→true)1
      [,,,].fill()[,,,]
      [,,,].some(●→true)true
      [,,,].every(●→true)false

log

  • 🌄 태종대 한바퀴 돌았다.

LINKS TO THIS PAGE