Skip to content

Commit

Permalink
add clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 23, 2020
1 parent 3aa3b0e commit 551b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercise/01.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- http://localhost:3000/isolated/exercise/01.html -->

<!-- 🐨 Create (in HTML) a <body> with a <div> with the id of "root" -->
<!-- 🐨 Then create a <script> for your JavaScript -->
<!-- 🐨 Then create a <script type="module"> for your JavaScript -->

<!-- These next instructions are to be written in JavaScript in the <script> tag -->
<!-- 🐨 Create a div (💰 document.createElement('div')) -->
Expand Down

0 comments on commit 551b34e

Please sign in to comment.