Debugging, review

Linking and Cacheing

Linking

make sure your files are linked!

css: < link rel="stylesheet" type="text/css" href="assets/main.css">

javascript: < script type="text/javascript" src="assets/script.js">

Cacheing

to circumvent Chrome and Safari's automatic file cache, develop with incognito mode, or utilize the hard relod (cmd+shift+R)

console logging

Console logging can best be implemented on an incremental level with clear titling (see the script.js file for reference)

Sublime Text commands