If I "do [below code] with "'javascript'":
How do I get 15 in "the result"?
What am I missing?
CODE:
function add(a, b) { return a + b;}const res = add(5, 10);console.log(res);
How do I get 15 in "the result"?
What am I missing?
Statistics: Posted by JereMiami — Fri Mar 14, 2025 11:30 pm