Practice
Leaderboard
Profile
Login
Logout
Code Practice
Code Practice
//Return the sum of the numbers a and b. //Constraints: // a will not be null // b will not be null // -2147483647 <= a <= 2147483647 // -2147483647 <= b <= 2147483647 function sum(a, b) { return -1; }
Run Tests
Ran
0
tests