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: Week0/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,18 @@ In week one we will discuss the following topics:
5
5
• The first part of the day Unmesh will talk about CLI (Command Line Interface)
6
6
• Intro JavaScript (What is it, where can you use it for)
7
7
• Variables [var, let, const]
8
-
• Basic Data types [Strings, Numbers, Arrays]
8
+
• Basic Data types [Strings, Numbers, Arrays, Booleans]
9
9
• Operators
10
10
```
11
11
12
12
### Here are resources that we like you to read as a preparation for the coming lecture:
13
13
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
+
14
20
- 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)
15
21
16
22
- Read the entire JavaScript Introduction at MDN~https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction
0 commit comments