Skip to content

Commit a3fd93d

Browse files
committed
Updates
1 parent 29ebbd8 commit a3fd93d

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,9 @@ You will need:
4646

4747
## Yan Fan
4848

49-
[Twitter](https://www.twitter.com/yanarchy)
50-
[Facebook](https://www.facebook.com/yanfan)
51-
[LinkedIn](https://www.linkedin.com/in/yanfan)
52-
53-
## Kani Munidasa
54-
55-
[Twitter](https://www.twitter.com/munidk)
56-
[Facebook](https://www.facebook.com/kani.muni)
57-
[LinkedIn](https://www.linkedin.com/in/kanimuni)
49+
* [Twitter](https://www.twitter.com/yanarchy)
50+
* [Facebook](https://www.facebook.com/yanfan)
51+
* [LinkedIn](https://www.linkedin.com/in/yanfan)
5852

5953
## About Code Chrysalis
6054

intro-functions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
1. Invoke a `function`
88
1. Know the difference between a `return` statement and `console.log`
99

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
1811

1912
[Slides are here -->](https://docs.google.com/presentation/d/e/2PACX-1vRSb9AJwPOEob4Bv406rK9Q6uLEmnWcI34Df2FsiGGpT7wA0DfieZOnxpaCimtaRSKX-atpQIiAaJss/pub?start=false&loop=false&delayms=3000)
2013

@@ -24,6 +17,13 @@
2417
1. Once you have the folder contents open on Visual Studio Code, take a look at the contents! What do you see?
2518
1. For the exercises below, you will do them in the `.js` file.
2619

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+
2727
### Basic Requirements
2828

2929
// <-- 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

Comments
 (0)