Chapter 17. PUTTING IT ALL TOGETHER IN A SHARED TO DO LIST

This is it! The last big script of The Book of JavaScript! This is where we combine everything that we've learned so far to create a shared To Do list. This application draws from every chapter in this book. It uses the basic structure of JavaScript tags from Chapter 1, variables from Chapter 2, if-then clauses from Chapter 3, events from Chapter 4, window manipulation from Chapter 5 and Chapter 10, functions from Chapter 6, forms from Chapter 7, loops and arrays from Chapter 8, time-outs from Chapter 9, string handling from Chapter 11, cookies from Chapter 12, dynamic HTML from Chapter 13, client-side Ajax from Chapter 14, XML from Chapter 15, and server-side Ajax from Chapter 16.

I'll ...

Get The Book of JavaScript, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.