Code Editor
function
sum
(
)
{
return
a
+
b
;
}
function sum() { return a + b; }
Review Code
Code Review
Your AI review will appear here.