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