Let’s talk data In JavaScript, there are seven “primitive” data types… String, Number, Boolean, BigInt, Symbol, undefined, and null … and two “structural” types… Object and Function As you probably already know, each data type has some inherent functionality. …