JavaScript Data Types 101
Data Type is the type/nature of data held in a variable. According to the latest ECMAScript standard definition, there are nine types of data in JavaScript. In this post, I’ll explain each of the data types with some examples. Dynamic Typing Javascript is Dynamically Typed, also known as a Loosely… Read More »JavaScript Data Types 101