construtor
class Ball {
constructor(w, h) {
this.width = 100;
this.height = 100;
}
}
Impossible Ibis
class Ball {
constructor(w, h) {
this.width = 100;
this.height = 100;
}
}