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'>
```html
<html>
<body>
<!-- add your code below -->
@ -48,11 +47,9 @@ tests:
<!-- add your code above -->
</body>
</html>
```
</div>
</section>
## Solution
@ -66,7 +63,6 @@ tests:
<!-- add your code above -->
</body>
</html>
```
</section>

View File

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