Data types
Data can be in any form like a number, text (string), symbol, boolean value (true and false) and a lot of other formats, but in javascript, they are categorised into 7 different primitive data types and one non-primitive data type.
Primitive data typ...
paarthmane.hashnode.dev2 min read