✨ Enter your Code here :
function
sum
(
)
{
return
a
+
b
;
}
function sum() { return a + b; }
Review