Skip to content

Commit a6a2477

Browse files
authored
revised global var in q10
1 parent e1c8aa4 commit a6a2477

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

exercises.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,14 @@ console.log(testGreeting); // printing the output value of the function.
146146
* Console.log your result.
147147
*/
148148

149-
150-
151149
/*
152-
* #10
153-
* Function - addThenSubtract
154150
* Declare three variables
155-
*
156151
* @variable Datatype: Number `bango3`
157152
* @variable Datatype: Number `bango4`
158153
* @variable Datatype: Number `bango5`
154+
155+
* #10
156+
* Function - addThenSubtract
159157
*
160158
* Next, create a function named addThenSubtract which takes three parameters: `num1`, `num2`, `num3`.
161159
*

0 commit comments

Comments
 (0)