Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97aeba8

Browse files
authored
Update README.md
1 parent 54d8544 commit 97aeba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/09-Function-parameters/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=uaiDxW4LJNA"
3+
---
4+
15
# `09` Function parameters
26

37
You can specify as many parameters as you want in a function. As a developer you are going to find functions with even 6 or 7 parameters all the time. The names of the parameters don't matter, but you have to be as explicit as you can because these names will give clues to the other developers (or yourself in the future) about what is each parameter about.

0 commit comments

Comments
 (0)