Skip to content

Commit fe94102

Browse files
authored
A note that the exercise part 2 is broken
1 parent a0cd85c commit fe94102

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

js/lesson4/tutorial.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,13 @@ Well done, you've finished! For a bonus, switch your `getGithubInfo` method to r
227227

228228
> Coach... explain the difference between synchronous and asynchronous requests. There's a good explanation on [Mozilla Developer Network (MDN)](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests)
229229
230-
## Exercise 2 - BBC's tomorrow's TV schedule
230+
231+
## ~~Exercise 2 - BBC's tomorrow's TV schedule~~
232+
233+
![](https://cdn0.iconfinder.com/data/icons/shift-free/32/Error-128.png)
234+
235+
**Part 2 of this exercise is no longer possible as the API that it uses has been taken down by the BBC.**
236+
**Sorry, we're working on fixing the exercise!**
231237

232238
[Download](https://gist.github.com/despo/05cab2f0b38bc02318e7/download) the exercise files or clone them directly from github `git clone https://gist.github.com/05cab2f0b38bc02318e7.git`
233239

@@ -425,10 +431,12 @@ function getUpcomingEpisodes(pid) {
425431
}
426432
```
427433
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>
428435

429436
Handle the `click` event to retrieve and display the upcoming episodes!
430437

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

433440
---
434441
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)