logo

Crowdly

Browser

Add to Chrome

Укажіть, що є параметрами функції calculateArea: function calculateArea(leng...

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

Укажіть, що є параметрами функції calculateArea:

function calculateArea(length, width){

  let area = length * width;

  console.log("Площа прямокутника:  ",  area);

}

calculateArea (5, 7);

More questions like this

Want instant access to all verified answers on b.optima-osvita.org?

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

Browser

Add to Chrome