Create a function that takes a number as an argument, increments the number by +1 and returns the result.
Addition(0) ➞ 1 Addition(9) ➞ 10 Addition(-3) ➞ -2
return