reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 301: Class 02 - Reading Name


Read: JS Book 293-301, 306-331, & 354-357


$(document).ready(function(){
  //your script goes here
});

//Shortcut version of same function below
$(function(){
  //your script here
});

Read: 6 Reasons for Pair Programing

Read: JS Book 332-335, 302-305


Return to reading-notes Deployed Site

Return to reading-notes Mark Down