diff --git a/exercises.js b/exercises.js index 100bedc..53cce6c 100644 --- a/exercises.js +++ b/exercises.js @@ -27,6 +27,8 @@ console.log(testGreeting); // printing the output value of the function. * These two variables will be used to invoke the functions #2 - #5. */ +var bango1 = 3; +var bango2 = 5; /* @@ -62,6 +64,8 @@ console.log(testGreeting); // printing the output value of the function. + + /* * #4 * Function - multiply @@ -135,6 +139,8 @@ console.log(testGreeting); // printing the output value of the function. + + /* * #9 * Function - checkQuotient