Friday, March 28, 2014

JavaScript

I finished up the lesson along with the address book, I have my code listed here

http://students.gctaa.net/~snicholakos/javascript/addbook.js

1 comment:

  1. Now would be a great time to improve on my version of Friends List (http://students.gctaa.net/~jelkner/js/friends/) by using .append, .prepend, .before, or .after to insert new rows in the table and cells to each row instead of the clunky way I did it.

    ReplyDelete