What is the data type of a variable with a value of undefined?
string
boolean
number
undefined
Correct: D
The data type of a variable with a value of undefined is also undefined. It is not a string, boolean, or number. The value undefined represents the absence of a valid value.