Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 2.28 KB

File metadata and controls

46 lines (36 loc) · 2.28 KB

Reading material for the third lecture:

In week three we will discuss the following topics:
• Git work flow
• Advanced data types [Objects]
• Conditions
• Statements vs Expressions
• Loops (for/while)
• Functions

Here are resources that we like you to read as a preparation for the coming lecture:

Please watch the following parts of the course, Programming Foundations Fundamentals on Lynda.com (if you don't have access to Lynda yet ask Gijs):
4. Writing Conditional Code
5. Modular Code
6. Iteration: Writing Loops
7. More About Strings
8. Collections
11. When Things Go Wrong

Read

From the book A Smarter Way To Learn JavaScript please read:

Git work flow

Review

Review the topics of week 2:

Please go through the material and come to class prepared!