Good afternoon.
I would like to know if it is possible to instantiate an object in the javascript constructor.
constructor{
this.objDificultControll = new dificultControll();
}
I have the following error
dificControll is not defined
Good afternoon.
I would like to know if it is possible to instantiate an object in the javascript constructor.
constructor{
this.objDificultControll = new dificultControll();
}
I have the following error
dificControll is not defined