It returns true if obj belongs to the Class or a class inheriting from it. For instance: class Rabbit {} let rabbit = new Rabbit(); ...
確定! 回上一頁