In the next video and the following exercise, you will learn about Promises. One thing some students may encounter while running this code is the dreaded CORS issue (don't worry we will cover this in depth later in the course) with a red error in your developer console and your code unable to run.
If for some reason you see the issue above and unable to run the code, all you have to do is this:
--> Open a new tab in your browser, in the url bar type about:blank
and hit enter. Now you can run the code in your developer console on that page!
Also:
In the next video, I will be showing you how to use this: https://jsonplaceholder.typicode.com/
Sometimes, depending on incidents, the website may be down. In that case, you can use an alternative here: https://jsonplaceholder.cypress.io/
You will see how to use it in the next video!