Runners Home
Здравейте,
Няколко пъти се опитвам да разбера и поправя тази грешка с всякакви размествания, но нищо не ми се получава.
Грешката е:
Test #7 (Incorrect answer)
Line 0 is different.
Hide inputTest input:
1
let li = $("div#wrapper > ul li");
2
expect(li).to.have.lengthOf(2,"Incorrect amount of list items.");
Решението ми е:
<body>
<div id="wrapper">
<span><p>Hello, Stranger!</p></span>
<h1>Welcome to Runners Home<sup>TM</sup></h1>
<h2>Runners Home<sup>TM</sup> is dedicated to providing you with:
<ul type="disc">
<li>the most up-date information on running races</li>
<li>the best resources for runners</li>
</ul>
</h2>
<hr />
<footer>©Runners Home. All rights reserved.</footer>
</div>
</body>
Благодаря предварително.