JS: move <ul> outside of <p> element

This commit is contained in:
Asger F
2018-12-18 14:15:12 +00:00
parent e1c25c81f6
commit f57454951b

View File

@@ -15,6 +15,8 @@
<p>
Determine what the loop is supposed to do:
</p>
<ul>
<li>
If the intention is to remove <em>every occurence</em> of a certain value, decrement the loop counter after removing an element, to counterbalance
@@ -28,7 +30,6 @@ Determine what the loop is supposed to do:
so it is clear that the loop is not a trivial array iteration loop.
</li>
</ul>
</p>
</recommendation>
<example>