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: intro-functions.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,7 @@
7
7
1. Invoke a `function`
8
8
1. Know the difference between a `return` statement and `console.log`
9
9
10
-
## Lecture Slides
11
-
12
-
*[Intro to Functions Lecture](https://docs.google.com/presentation/d/e/2PACX-1vRn4Yo1FeW1K06qqnH1g1GjrIpPwyaMy4uHsRLn-v_D7UqHoH3BaltAK8thP4nB73zq5j4iaXLU501v/pub?start=false&loop=false&delayms=3000)
13
-
*[Intro to Functions Pt. 2 - Function Parts](https://docs.google.com/presentation/d/e/2PACX-1vSLxxhqItSgZb_lIbkKuTyHdjTheyFaHJQuiewxMlkkJeZAcODTOJi2opodgCIQtPI03rXlUktEo26v/pub?start=false&loop=false&delayms=3000)
14
-
15
-
## Exercises
16
-
17
-
### Create a Simple Development Environment
10
+
## Create a Simple Development Environment
18
11
19
12
[Slides are here -->](https://docs.google.com/presentation/d/e/2PACX-1vRSb9AJwPOEob4Bv406rK9Q6uLEmnWcI34Df2FsiGGpT7wA0DfieZOnxpaCimtaRSKX-atpQIiAaJss/pub?start=false&loop=false&delayms=3000)
20
13
@@ -24,6 +17,13 @@
24
17
1. Once you have the folder contents open on Visual Studio Code, take a look at the contents! What do you see?
25
18
1. For the exercises below, you will do them in the `.js` file.
26
19
20
+
## Lecture Slides
21
+
22
+
*[Intro to Functions Lecture](https://docs.google.com/presentation/d/e/2PACX-1vRn4Yo1FeW1K06qqnH1g1GjrIpPwyaMy4uHsRLn-v_D7UqHoH3BaltAK8thP4nB73zq5j4iaXLU501v/pub?start=false&loop=false&delayms=3000)
23
+
*[Intro to Functions Pt. 2 - Function Parts](https://docs.google.com/presentation/d/e/2PACX-1vSLxxhqItSgZb_lIbkKuTyHdjTheyFaHJQuiewxMlkkJeZAcODTOJi2opodgCIQtPI03rXlUktEo26v/pub?start=false&loop=false&delayms=3000)
24
+
25
+
## Exercises
26
+
27
27
### Basic Requirements
28
28
29
29
// <-- Two backslashes mark a comment and comments are ignored by the JavaScript engine (the program which reads our code and does stuff.)
0 commit comments