Readings
- Ch. 12, 13: String Functions and Strings as Objects
- Ch. 15: Math Object and Random Numbers
- Ch. 21-23: Meet the DOM
- Ch. 27: In-Browser Developer Tools, Debugging JavaScript
See Canvas for Presentation Slides
The Midterm is Thursday, 11/7 at 2:00 pm
See the Midterm Review information under Week 6 on Canvas.
Optional Web Field Trips
- Attention Marketing: the Real Social Media Revolution.
- The Economics of Attention Markets. (FB && Google == Attention Platforms). Q: What is their product?
- Time Well Spent Movement. An alternate view of attention marketing.
- DeMorgan’s Laws:
!(A && B) is the same as (!A) || (!B). The negation of the AND is the OR of the negations.
!(A || B) is the same as (!A) && (!B). The negation of the OR is the AND of the negations.