Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
function plus(a, b) { console.log(a + b);}function plus(a, b, c) { console.log(a + b + c);}plus(2, 2)plus(2, 2, 2)
4NaN
46
Помилку
NaN6
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!