Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яке повідомлення виведе alert()? let a = '1'; let b = 1; res = (a == b) + ',' + (a === b);
alert(res);
false,true
true,true
false,false
true,false
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!