easy
fb3acd90-6b1c-49c5-b07e-3cb667d79badSum of Two Numbers
Problem
Write a function `sum(a, b)` that returns the sum of a and b. Call sum(2, 3) and log the result.
Sample output
5
mathfunctions
Your solution — run it, use AI if stuck
javascript
Write a function `sum(a, b)` that returns the sum of a and b. Call sum(2, 3) and log the result.
5