`add(1)` returns another function that takes anoth...
# getting-started
d
add(1)
returns another function that takes another integer which it adds with the one you passed first.