Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 23, 2020
1 parent 403895e commit 9ad62eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/exercise/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ between the platforms.
With that in mind, you need two JavaScript files to write React applications for
the web:

- React: responsible for creating react elements
- ReactDOM: responsible for render react elements to the DOM
- React: responsible for creating react elements (kinda like
`document.createElement()`)
- ReactDOM: responsible for render react elements to the DOM (kinda like
`rootElement.append()`)

## Exercise

Expand Down

0 comments on commit 9ad62eb

Please sign in to comment.