Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Reading material for the fourth lecture:

In week four we will discuss the following topics:
• JSON
• Code debugging using the browser
• JSON/Arrays
• Code flow (order of execution)
• (capturing user input)
• Structuring code files

Here are resources that we like you to read as a preparation for the coming lecture.

A Refresher from some previous covered topics:

Links to MDN (Mozilla Developer Network) topics:

Please go through the material and come to class prepared!

Requirements

Before class I'd like all of you to have ready the below:

  • Have the latest Chrome Browser version installed
  • Go to themoviedb.org and create an account (it's free). After login go to your profile settings -> API section and check your API Key (we will use it in class).

HTTP

Code debugging using the browser / Developer Tools resources

Have a look at the below resources, courses and videos

DOM Manipulation and Events

JSON and fetch()

JSON Tutorial: Learn JSON in 10 Minutes Introduction to fetch() Working with the Fetch API