Javascript Data Types
Data types are data items defined by the value it can take and the operations that can be performed on it. This means that a variable can hold value of a different type.
Javascript primitive data types include;
1.number
2.string
3.boolean
4.nu...
melvinlucas.hashnode.dev2 min read