Skip to content

Commit 7d617d4

Browse files
authored
Update README.md
In Q.3.2 there is a mistake when we declare a function we pass parameters and when we call the function we pass the argument.
1 parent bf90b1f commit 7d617d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)