JavaScript Recap.

Got Error Yeahhhhhh🙃

JavaScript Data Types.

JavaScript Data types mean that when we write JavaScript code we used some information type judgment that information type.

by default, JavaScript Language Called a Loosely type. which means javascript automatically sets data or information type.

How much JavaScript Data:

in general, JavaScript has 2 types of Data Type.

  1. Primitives Data Type
  2. Complex Data Type

What is Primitives Data Type in JavaScript?

Primitive data type means that in general the value of data which don't have extra property or method. JavaScript support 6 types of primitive value.

  1. String
  2. Number
  3. Boolean
  4. Symbol
  5. Null
  6. Undefined

What is JavaScript Complex Data Type?

--

--