Floating Point , Numbers
Ex : let age = 23;Sequence of Characters
Ex : let firstName = "Madhu";Logical type that can only be True or False
Ex : let fullAge = true;Value taken by a variable that is not yet defined
Ex : let children = undefined;Also means Null and Empty Value
Ex : let age = nullValues that is Unique and Can not be changed.
Ex : const sym1 = Symbol();Values that is Unique and Can not be changed.
Ex : const bigInt = BigInt(1234567890123456789012345);