Some problem solving programming challenges, i have solved. Not all are here, but started adding them slowly.
This project is maintained by chankruze
Write a function that returns the sum of two numbers.
For param1 = 1 and param2 = 2, the output should be add(param1, param2) = 3.
[execution time limit] 4 seconds (js)
-1000 ≤ param1 ≤ 1000
-1000 ≤ param2 ≤ 1000