Your're going to code a solution to the TODO list during livecode so no lecture code today 😢
Here are a few takeways and snipplets from the lecture:
document.querySelector(CSS_SELECTOR)
, where CSS_SELECTOR is any valid css selector that you use in css files. Similar to Ruby's find
, it returns an element (returns 1 thing only).