firstly
all's fair in ❤ and JS
Game Plan
- jQuery basics
- AJAX
- Objects and the Source of Truth
- Frameworks?
throughout
- JS primitives
- named vs. anonymous functions
- dev tools
- save body while editing
- show status message
- save title while editing
- update the
<title>
in real-time
-
BONUS
- list of revision times
- ability to revert
- auto-save while typing (see
_.throttle()
)
- ???
wrap-up
- select elements and bind events
- AJAX
- dev tools
- why frameworks become helpful