What is the result of the following code?
console.log(typeof 10n);
"object"
"bigint"
"string"
"number"