Javascript Data Type

mahin678

Mahin Tazuar

Posted on September 1, 2021

Javascript Data Type

when we are using javascript variable declaration, Javascript has to use define data type with a variable value. Data Type is a common thing in a programming language.
Javascript have two type data.

  1. Primitive Type
  2. Non-Primitive Type or reference Type

  3. Primitive Type
    -> number
    -> string
    -> Big Int
    -> undefined
    -> null
    -> boolean

  4. Non-primitive /reference /Object
    -> function
    -> object
    -> Array
    Reference: https://js.zonayed.me/basic/post-3

💖 💪 🙅 🚩
mahin678
Mahin Tazuar

Posted on September 1, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related