Easy · javascript
Write solution(a, b) that returns a + b.
Sample tests
solution(1, 2) // => 3
Submit
Leaderboard →