Frameworks are useful, but a lot of interface work needs nothing more than the browser. The DOM API has improved steadily, and the methods that once required a helper library are now built in and consistent across browsers. Knowing the native API makes framework code easier to reason about and makes small projects far lighter. Selecting elements Two methods cover almost every case. querySelector r

