The latest ECMAScript standard defines eight data types, namely:
Seven data types that are primitives:
Boolean,
Null,
Undefined,
Number,
BigInt,
String,
Symbol
and Object
For more information, refer: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#BigInt_type