Skip to content

Commit 2a72424

Browse files
authored
Remove errant close divs
1 parent fe94102 commit 2a72424

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/lesson4/tutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,12 +431,10 @@ function getUpcomingEpisodes(pid) {
431431
}
432432
```
433433
Since the response structure is similar to the one for retrieving tomorrow's schedule, we should be able to re-use the `processEpisode( )` function to display each item from the broadcasts array.
434-
</div>
435434

436435
Handle the `click` event to retrieve and display the upcoming episodes!
437436

438437
Here is our version of the [tv schedule app](../../examples/tv-schedule/index.html).
439438

440439
---
441440
This ends our **HTTP Requests, AJAX and APIs** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:[email protected]) and let us know.
442-
</div>

0 commit comments

Comments
 (0)