Data types in JavaScript
What is a data type?
data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it without causing an error.
What are the data typ...
vigneshblogs.hashnode.dev2 min read