Skip to content

Commit 068b31c

Browse files
tmartynytjgrathwell
authored andcommitted
Intro JS curricula: Clarifying AJAX instructions
Add more clarity to instructions since that response is 3 levels deep in the menus and the image doesn't show all 3 levels of menus. Add step of clicking on the request and looking in the console to find the error message. Since they are new to JS, where to find the error may not be intuitive Update images to show all 3 levels of menus
1 parent fc3da89 commit 068b31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/en/javascript-to-do-list/creating_a_list.step

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ with your name of choice. Note: it has to be unique! I'd suggest using your gith
6767
JAVASCRIPT
6868

6969
message <<-MARKDOWN
70-
Now click over to your browser's network tab. It should look something like this.
70+
Now click over to your browser's network tab. Next to the 'filter' box, click on either the 'All' tab or 'XHR'. Below that, click on the 'Response' tab. It should look something like this:
7171

7272
<img src='img/network_tab.png' alt="image of chrome's network tab.">
7373

74-
Find the request to listalous.herokuapp.com. Was it successful? If not, why
74+
Find the request to listalous.herokuapp.com and click on it. Was it successful? If not, look in the console and read the error message. Why
7575
do you think it failed? Once you've successfully created a list, move on to the next step.
7676
MARKDOWN
7777
end
-17.7 KB
Loading

0 commit comments

Comments
 (0)