Fundamentals of Web Applications (Fall 2024): Difference between revisions
No edit summary |
No edit summary |
||
Line 442: | Line 442: | ||
* A more in-depth book series is [https://github.com/getify/You-Dont-Know-JS?tab=readme-ov-file You Don't Know JS Yet]. | * A more in-depth book series is [https://github.com/getify/You-Dont-Know-JS?tab=readme-ov-file You Don't Know JS Yet]. | ||
* A standard reference for JavaScript is [http://shop.oreilly.com/product/9780596805531.do JavaScript: The Definitive Guide] by David Flanagan. It is a big book, but it is comprehensive. (You'll probably have to buy this one.) | * A standard reference for JavaScript is [http://shop.oreilly.com/product/9780596805531.do JavaScript: The Definitive Guide] by David Flanagan. It is a big book, but it is comprehensive. (You'll probably have to buy this one.) | ||
Revision as of 13:59, 10 September 2024
Course Outline
Here is the course outline.
Lectures and Exams
Date |
Topic |
---|---|
Sept. 5 |
|
Sept. 10 |
|
Sept. 12 |
|
Sept. 17 |
|
Sept. 19 |
|
Sept. 24 |
|
Sept. 26 |
|
Oct. 1 |
|
Oct. 3 |
|
Oct. 8 |
|
Oct. 10 |
|
Oct. 15 |
|
Oct. 17 |
|
Oct. 29 |
Midterm Exam (in class, online) |
Oct. 31 |
|
Nov. 5 |
|
Nov. 7 |
|
Nov. 12 |
|
Nov. 14 |
|
Nov. 19 |
|
Nov. 21 |
|
Nov. 26 |
|
Nov. 28 |
|
Dec. 3 |
|
Dec. 5 |
|
TBD (Final exam period) |
Final Exam |
Tutorials
For each tutorial you will get a progress grade from 0-4, given to you by a TA. If you are being diligent, you should be able to get 4's every week. The easiest way to get your grade is to come to tutorial and meet with your TA; alternately, you can meet a TA in their office hours. You may discuss with your TA in person or online, but the conversation should at least involve a voice call.
Release Date |
Tutorials |
---|---|
Sept. 12 |
|
Sept. 19 |
|
Sept. 26 |
|
Oct. 3 |
|
Oct. 10 |
|
Oct. 31 |
|
Nov. 7 |
|
Nov. 14 |
|
Nov. 21 |
Assignments
Due Date |
Assignments |
---|---|
Oct. 2 |
|
Oct. 16 |
|
Nov. 20 |
|
Dec. 4 |
Resources
JavaScript
- A good book is Eloquent JavaScript: A Modern Introduction to Programming by Marijn Haverbeke. A version of this book is available online for free, but you can also purchase a copy.
- A more in-depth book series is You Don't Know JS Yet.
- A standard reference for JavaScript is JavaScript: The Definitive Guide by David Flanagan. It is a big book, but it is comprehensive. (You'll probably have to buy this one.)