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...
Feb 17, 20232 min read66