If I have a class:
class Car { constructor(type, engine) { this.type = type; this.engine = engine; }, makeSound() { return "vr