Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ccf0ccc

Browse files
Update 07_Functions.md
1 parent db3fa3d commit ccf0ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎07_Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function multiply(firstNumber, secondNumber) {
113113
}
114114
```
115115

116-
You probably noticed that we defined the function giving names to the arguments coming into the function. These names are called paramenters. They are like little named boxes where we put the arguments so we can use them when doing the function processing whenever we want them.
116+
You probably noticed that we defined the function giving names to the arguments coming into the function. These names are called paramenters. They are like little named boxes where we put the arguments so we can use them when doing the function processing whenever we want them. In the program above, we say that the function `multiply` receives two parameters: `firstNumber` and `secondNumber`.
117117

118118
[Back to course outline](https://github.com/mbarsott/LearnProgrammingWithJavascript/blob/master/README.md#learn-programming-with-javascript)
119119

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /