Tell us what’s happening:
I have been getting this error on this lesson.
Error: Request errror: 0
This is in Chrome. In firefox I can not load the lesson. Cleared cache and cookies, still happening.
Your code so far
// Example
var ourArray = [50,60,70];
var ourData = ourArray[0]; // equals 50
// Setup
var myArray = [50,60,70];
// Only change code below this line.
var myData = myArray[0];
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36.
I just updated chrome, relaunched, logged back in and still happening.
When I hit reset all code, it goes back to:
/**
Your test output will go here.
*/
But, as soon as I start typing below the // Only change code below this line. The output frame goes to the errror(I miss-typed this because error is spelled that way in the message) message.
I am at work, although I have had no issues with the lessons until this morning. I will check on my computer when I get home and see if the issue persists.
Sorry for the delay, so far, from home, everything is functioning as expected. I guess it could be something with my work laptop/network causing errors.