Sum Two Numbers
Easy · javascript · javascript · fundamentals
Write solution(a, b) that returns the sum of two numbers.
Sample tests
solution(1, 2) // => 3
Easy · javascript · javascript · fundamentals
Write solution(a, b) that returns the sum of two numbers.
Sample tests
solution(1, 2) // => 3