fix/final-draft-before-reviews
This commit is contained in:
committed by
Kristofer Koishigawa
parent
f14f1bf750
commit
61895e05f7
@ -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>
|
||||||
|
@ -79,4 +79,5 @@ export const lowercaseString = (string) => {
|
|||||||
return string.toLowerCase()
|
return string.toLowerCase()
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user