Skip to content

Commit 7653a3e

Browse files
committed
added video's to week0
1 parent de5552f commit 7653a3e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Week0/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ In week one we will discuss the following topics:
55
• The first part of the day Unmesh will talk about CLI (Command Line Interface)
66
• Intro JavaScript (What is it, where can you use it for)
77
• Variables [var, let, const]
8-
• Basic Data types [Strings, Numbers, Arrays]
8+
• Basic Data types [Strings, Numbers, Arrays, Booleans]
99
• Operators
1010
```
1111

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

14+
Please watch the following parts of the course, [Programming Foundations Fundamentals](https://www.lynda.com/Programming-Foundations-tutorials/Welcome/83603/90426-4.html) on Lynda.com (if you don't have access to Lynda yet ask Gijs):
15+
0. Introduction
16+
1. Programming Basics
17+
2. Core Programming Syntax
18+
3. Variables and Data Types
19+
1420
- Read this ~ http://speakingjs.com/es5/ch01.html read up to and including the *Strings* chapter (it’s okay if you don’t understand all of it yet, we will cover these concepts in class as well. Do make sure to write or document the questions you have so we can discuss them in class)
1521

1622
- Read the entire JavaScript Introduction at MDN~ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction

0 commit comments

Comments
 (0)