#datatypes
Read more stories on Hashnode
Articles with this tag
TL;DR: JavaScript has 9 data types: String, Number, BigInt, Boolean, Undefined, Null, Symbol, Array and Object. Additionally, JavaScript provides...