Sum Two Numbers
Facile · javascript · javascript · fundamentals
Write solution(a, b) that returns the sum of two numbers.
Tests d'exemple
solution(1, 2) // => 3
Facile · javascript · javascript · fundamentals
Write solution(a, b) that returns the sum of two numbers.
Tests d'exemple
solution(1, 2) // => 3