Skip to content

Commit 986ac34

Browse files
authored
Update 07_Functions.md
1 parent 202393c commit 986ac34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

07_Functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ function returnWorld() {
8989
9090
function returnNothing() {
9191
return;
92-
}```
92+
}
93+
```
9394

9495

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

0 commit comments

Comments
 (0)