Kizspy | Question: 25
(Choose 1 answer)
Which of the following is true about the typeof operator in JavaScript?
A. The typeof is a unary operator that is placed before its single operand, which can be of any type.
B. Its value is a string indicating the data type of the operand.
C. The typeof operator is followed by its operand
D. All of the others