BlankyType
Add Numbers
time
1:00
score
0
Add two numbers together
function
add
(
a
,
b
)
{
return
;
}
Press Enter to run. Timer starts when you begin typing.
Test Cases
2 + 3 = 5 → 5
10 + 20 = 30 → 30
Run (Enter)