Labaran Adam

Fell in love with a dumb machine that does exactly what I instruct it to do, when and how. Hoping our relationship makes the world a better place. || SOFTWARE ENGINEER

Understand Data Types In javascript

July 19, 2019

A Data type is an attribute of data which tells the compiler how the programmer intend to use the data JavaScript unlike other programming languages has Seven data types. namely {Number , string, Boolean ,null, undefined ,object and Symbol }. This data types can also be classified into two kinds namely Primitive and non Primitive.

Continue Reading →