instanceof operator. The instanceof operator tells you whether a object is an instance of a certain type. The so-called "type" is a constructor.
確定! 回上一頁