Write a function called logger
that takes an argument and logs it out using
console.log
.
Write a function called addThree
that adds 3
to any number.
Write a function called sum
that takes two numbers as arguments and
returns the result.
Make a new sumB
function that takes three arguments: two numbers to add,
and a third: a "callback" function. In your sum
function, add the two