Skip to content

Commit e0596b3

Browse files
committed
fixed issues
1 parent 7d75fca commit e0596b3

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ First do these:
77
* https://www.codeschool.com/courses/javascript-road-trip-part-1
88

99
Here’s a road map for learning Javascript:
10-
http://sixrevisions.com/javascript/learning-javascript-for-free/
10+
* http://sixrevisions.com/javascript/learning-javascript-for-free/
1111

1212
##Required skills:
1313

slides.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,24 @@
2020

2121
class: center, middle
2222

23-
# Programming 101
23+
# What is this programming thing all about?
2424

2525
@avermeulen
2626

27+
28+
---
29+
#Disclaimer
30+
31+
* My words
32+
33+
* Not an academic approach
34+
35+
* A way to get going
36+
37+
* Practice, practice
38+
39+
* Try things out
40+
2741
---
2842

2943
# What we will be doing
@@ -77,7 +91,8 @@
7791
# Variables
7892
Like buckets
7993

80-
## Like a shelve with labels on
94+
## Like a labelled shelf
95+
8196
Different types
8297

8398
Place holders of information

0 commit comments

Comments
 (0)