Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 941 Bytes

2021-05-30.md

File metadata and controls

25 lines (24 loc) · 941 Bytes
title date updated aliases
2021년 05월 30일
2021-05-30 22:23:36 +0900
2021-05-30 22:30:47 +0900

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

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