RBRockey Biswasinrockeybiswas.hashnode.dev·Sep 3, 2022 · 3 min readJavascript Data TypesIn 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...00