fix/final-draft-before-reviews

This commit is contained in:
moT01
2019-05-31 19:48:23 -05:00
committed by Kristofer Koishigawa
parent f14f1bf750
commit 61895e05f7
2 changed files with 1 additions and 4 deletions

View File

@ -40,7 +40,6 @@ tests:
<div id='html-seed'> <div id='html-seed'>
```html ```html
<html> <html>
<body> <body>
<!-- add your code below --> <!-- add your code below -->
@ -48,11 +47,9 @@ tests:
<!-- add your code above --> <!-- add your code above -->
</body> </body>
</html> </html>
``` ```
</div> </div>
</section> </section>
## Solution ## Solution
@ -66,7 +63,6 @@ tests:
<!-- add your code above --> <!-- add your code above -->
</body> </body>
</html> </html>
``` ```
</section> </section>

View File

@ -79,4 +79,5 @@ export const lowercaseString = (string) => {
return string.toLowerCase() return string.toLowerCase()
} }
``` ```
</section> </section>