연산자

반드시 기억해야할 6가지 falsy값

  • false
  • null
  • undefined
  • 0
  • NaN
  • ''

문자열

index로 접근은 가능하나 수정 불가

문자열 + 다른 타입 = 문자열
ex. ‘3’ + true = ‘3true’

concat

includes

indexOf

split
줄바꿈 문자 = \n

slice

substring

toUpperCase() / toLowerCase()

string 메소드는 Immutable(원본 불변)

카테고리:

태그:

업데이트:

댓글남기기