Adds two numbers
The first input number
The second input number
The sum of the two input numbers
add(1, 2) // 3 Copy
add(1, 2) // 3
Adds two numbers