티스토리

tacit
검색하기내 프로필
Algorithms

freeCodeCamp - 10. Boo who [Basic Algorithm Scripting]

euuuuuz: 2023. 1. 26. 00:45

Boo who

 

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who

 

www.freecodecamp.org

 

function booWho(bool) {
  if(typeof bool == 'boolean') return true
  return false
}

booWho(null);

 

블로그 정보

tacit

구독하기
tacit, 블로그 홈
댓글수0
문의안내
  • 티스토리
  • 로그인
  • 고객센터
© Kakao Corp.