Javascript Data Types
In Javascript, there are total of 8 data types. String, Number, Boolean, BigInt, Undefined, Null, Object, and Symbol. We can put different data types in the same variable. A variable can be a string and in another line, it can become a number. Javasc...
Sep 3, 20223 min read