We're a place where coders share, stay up-to-date and grow their careers.
This isn't correct. JavaScript has two numerical types: Number and BigInt. You also missed Symbol from the list of primitive types
Number
BigInt
Symbol
This isn't correct. JavaScript has two numerical types:
Number
andBigInt
. You also missedSymbol
from the list of primitive types