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

Commit f10e76b

Browse files
authored
Update README.md
1 parent 92e865a commit f10e76b

File tree

1 file changed

+4
-0
lines changed
  • exercises/05-Defining-vs-Calling-a-function

1 file changed

+4
-0
lines changed

exercises/05-Defining-vs-Calling-a-function/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=fz4ttmwZWuc"
3+
---
4+
15
# `05` Defining vs Calling a function
26

37
Functions will only exists if you or somebody else defines them... is the only way the language compiler/interpreter knows they exist, therefore is able to run them when you call them.

0 commit comments

Comments
 (0)