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
An important term when making applications is _control flow_. You already know
110
125
all about it. Read through this page and answer this question: how do we control
111
-
"flow" in JavaScript?
126
+
_flow_ in JavaScript?
112
127
113
-
Read: [Examples of control flow in JavaScript](https://github.com/ummahusla/Codecademy-Exercise-Answers/tree/master/Language%20Skills/JavaScript/Unit%2005%20Control%20Flow/01%20More%20on%20Control%20Flow%20in%20JS)
128
+
[Examples of control flow in JavaScript](https://github.com/ummahusla/Codecademy-Exercise-Answers/tree/master/Language%20Skills/JavaScript/Unit%2005%20Control%20Flow/01%20More%20on%20Control%20Flow%20in%20JS)
114
129
115
130
## Homework
116
131
117
-
Check [README.md](homework/README.md) in `homework` subdirectory.
132
+
Check [README.md](homework/README.md) in `homework` subdirectory and use project
133
+
in [lecture](lecture) for reference.
118
134
119
135
## Prepare for the next lecture
120
136
121
-
[Custom made playlist :boom: Lynda.com](https://www.lynda.com/SharedPlaylist/a034fd969ef945bb9ebbd9490cc75d5a)
137
+
Read the [README.md](../week2/README.md) for week 2.
0 commit comments