Datatypes in JavaScript
Datatypes are the foundational topic of any programming language. Today we will learn about Datatypes in JavaScript. Datatype specifies which type of data a language can store and process.
There are two types of Datatypes in JavaScript:
Primitive
N...
jaytillu.hashnode.dev5 min read