Represents JS primitive types. This includes all the fundamental types available in JavaScript, such as numbers, strings, and booleans, as well as null and undefined.
null
undefined
Represents JS primitive types. This includes all the fundamental types available in JavaScript, such as numbers, strings, and booleans, as well as
nullandundefined.