Week 10
We're reviewing the midterm, plus finishing the phonebook app.
Topics we'll cover:
- Update routes with
PUT - Using the
uuidpackage to generate ids - Using
window.location.hashto grab the hash from the URL - Using
URLSearchParamsto read query string parameteres from the URL - Using
Number()andparseInt()to convert a string to a number - Using
setTimeout()to set a timer