본문 바로가기
개발?!/JAVASCRIPT

Date Types

by Harry군 2023. 1. 9.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

 

  1. 6 primitive types
    1. string / number  boolean / null /undefined / symbol / object type
  2. 모든 숫자는 double-precision floating-point numbers
  3. array는 object의 특별한 type이고 object와 마찬가지로 특별하고 유연한 data type
  4. object의 특별한 다른 타입들이 있다.
    1. date, map, set, regular express

from Learning Javascript

'개발?! > JAVASCRIPT' 카테고리의 다른 글

Console Object  (0) 2021.01.14
javascript 프로그래밍 레퍼런스 사이트  (0) 2020.12.14