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'>
|
||||
|
||||
```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>
|
||||
|
@ -79,4 +79,5 @@ export const lowercaseString = (string) => {
|
||||
return string.toLowerCase()
|
||||
}
|
||||
```
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user