Skip to content

Commit

Permalink
Update files/en-us/learn/javascript/client-side_web_apis/fetching_dat…
Browse files Browse the repository at this point in the history
…a/index.md

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
wbamberg and Elchi3 authored Mar 7, 2022
1 parent 48eca59 commit 9ff82bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ verseChoose.addEventListener('change', () => {
});
```

Let's define our `updateDisplay()` function. First of all, put the following beneath your previous code block — this is the empty shell of the function. Note: Steps 4 - 9 will all be performed _within_ this function.
Let's define our `updateDisplay()` function. First of all, put the following beneath your previous code block — this is the empty shell of the function.

```js
function updateDisplay(verse) {
Expand Down

0 comments on commit 9ff82bb

Please sign in to comment.