Basic Math
00:00

Description

Implement `add(a, b)` that returns the sum of two numbers.

Example Test Case

Example 1

add
Input
5, 3
Expected Output
8

Example 2

add
Input
-1, 1
Expected Output
0
Loading...
Test Results
Run your code to see the results