BlankyType Logo

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 = 55
10 + 20 = 3030