Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дана функція:
function calculateSum(a,b){ console.log(a+b);}
Як викликати цю функцію?
calculateSum;
function calculateSum();
calculateSum(5,2);
calculateSum{ };
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!