Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7654950

Browse files
authored
Remove two sources of reading material
Both resources are very far from beginner friendly and clearly suppose previous coding experiences. Example of a sentence used in these resources: "javaScript contains a standard library of objects, such as Array, Date, and Math, and a core set of language elements such as operators, control structures, and statements. Core JavaScript can be extended for a variety of purposes by supplementing it with additional objects" As the level of English of some of our students is limited, and many have no background in programming, I think this resource is mostly just having students read information that they are not yet ready to process, and mostly will leave them confused. There are much better resources (that we have written ourselves) that explain it much better, and that we don't link to in the reading material of this week. (I have created a seperate pull request for this.
1 parent 3de511f commit 7654950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Only watch the below chapters:
2525
2. Core Programming Syntax
2626
3. Variables and Data Types
2727

28-
- 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)
2928

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

3232
- Helpful resource: http://jsbooks.revolunet.com/ (here you can find tons of free JavaScript books online)
3333

0 commit comments

Comments
 (0)