Code
function sumThreeNumbers(a, b, c) { // Bug: only adds the first two numbers return a + b; }
▶ Check Code
Test Cases
Test Cases
1/4 passing