diff --git a/script.js b/script.js index fb47e28..3b07646 100644 --- a/script.js +++ b/script.js @@ -3,3 +3,6 @@ //After you're done, try looking around at the CSS and HTML to //see if you understand what's going on :) +function numberAdder(num1, num2){ + return num1 + num2; +} \ No newline at end of file