✨ Enter your code here
function
sum
(
a
,
b
)
{
return
a
+
b
;
}
function sum(a, b) { return a + b; }
Review
🧠 AI Review Output