what are the characteristics that indicate that this Function is a class, and same thing for methods?
for example if an object was created from a function using new keyword this indicate that this function is a class.
am looking for other indicators/characteristics of class and a method.Code:function foo() {} var x = new foo();


Reply With Quote




Bookmarks