Sol
7 years agoNew Contributor
Can't have objects methods
Hello! I have the following trouble. In Unit 1 I create a class and define its properties and methods.
function MyClass()
{
this.myProperty;
}
FileClass.prototype.myMethod = function(){
\\c...