how to know the class of an object in js code example Example: how to check which class a object is from if (obj instanceof C) { //your code }