You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/0/en/part0b.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,7 +409,7 @@ Let's review what happens when the page <https://studies.cs.helsinki.fi/examplea
409
409
410
410
- The browser fetches the HTML code defining the content and the structure of the page from the server using an HTTP GET request.
411
411
- Links in the HTML code cause the browser to also fetch the CSS style sheet <i>main.css</i>...
412
-
- ...and a JavaScript code file <i>main.js</i>
412
+
- ...and the JavaScript code file <i>main.js</i>
413
413
- The browser executes the JavaScript code. The code makes an HTTP GET request to the address <https://studies.cs.helsinki.fi/exampleapp/data.json>, which
414
414
returns the notes as JSON data.
415
415
- When the data has been fetched, the browser executes an <i>event handler</i>, which renders the notes to the page using the DOM-API.
0 commit comments