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"> script >
to circumvent Chrome and Safari's automatic file cache, develop with incognito mode, or utilize the hard relod (cmd+shift+R
)
Console logging can best be implemented on an incremental level with clear titling (see the script.js file for reference)
cmd + click
allows you to select multiple lines in your filecmd + arrows
allows you to navigate to the end or beginning of a document (<, >), or the top and bottom of a document (^, v)alt + arrows
allows you to skip to the next wordctrl + g
allows you to jump to a specific line in your codecmd + shift + l
allows you to select each line of a highlighted block of textcmd + f
find/find previous/find and select allcmd + shift + f
global search for a term across all opened documents