Question:Which operator is used to check if a variable is of a certain type?
A is B as C type D typeof
+ AnswerA
+ ExplanationThe is operator checks whether an object is compatible with a given type.
+ Report