You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lessons/04-javascript/F-functions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,4 +63,4 @@ meow();
63
63
chirp();
64
64
```
65
65
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