Skip to content

Commit 9f35ea5

Browse files
authored
Merge pull request #77 from cdmain/patch-3
Update F-functions.md
2 parents 4f4a7be + 3d05ed9 commit 9f35ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/04-javascript/F-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ meow();
6363
chirp();
6464
```
6565

66-
All of these are functions and work as such. There are very subtle differences in how they work but for now it's enough to know "those are functions". Most of the the time they work exactly the same (as you see here.)
66+
All of these are functions and work as such. There are very subtle differences in how they work but for now it's enough to know "those are functions". Most of the time they work exactly the same (as you see here.)

0 commit comments

Comments
 (0)