File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ _[From video lecture 2.9]_
179179
180180** 3.2:** Create a ** function expression** which does the exact same thing as defined in ** Question 1**
181181
182- ** 3.3:** Create function ** addition** which takes two numbers as an argument And return the result of ** sum of two numbers**
182+ ** 3.3:** Create function ** addition** which takes two numbers as an parameters And return the result of ** sum of two numbers**
183183
184- ** Important Note** : In the function call you are ** not** passing any ** parameter ** . You can modify function to achieve this.
184+ ** Important Note** : In the function call you are ** not** passing any ** arguments ** . You can modify function to achieve this.
185185
186186_ [ From video lecture 3.2] _
187187
You can’t perform that action at this time.
0 commit comments