Skip to content

Instantly share code, notes, and snippets.

View nathanielmillard's full-sized avatar

Nathaniel M (He/Him) nathanielmillard

View GitHub Profile
@nathanielmillard
nathanielmillard / CareerJournal.md
Last active November 11, 2020 00:53 — forked from jonschlinkert/markdown-toc_repeated-headings.md
Example table of contents generated by markdown-toc, correctly links repeated headings.

Don't forget to call for help if you need it in your breakout rooms!

Warm Up

  • What does the async keyword do?

Its a key word that comes before declaring a function that allows a function to be asyncronous (use the await key word). Makes your functions return a promise as opposed to a value

  • What does the await keyword do?

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions
  3. Comment a link to your forked copy on the original gist

Questions / Readings