logo

Crowdly

Напишіть через пробіл всі публічні властивості об’єкта:   function Auto(powe...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Напишіть через пробіл всі публічні властивості об’єкта:

 

function Auto(power) {

  let type = 'bus';

  this.gasTank = 0;

  alert( Mашина   ' + type + '  потужністю  ' + power + ' ватт');

}

let car = new Auto(200);

car.gasTank = 100;
More questions like this

Want instant access to all verified answers on learn.ztu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!