I pressed “Ctrl + Enter” to proceed to the next challenge and possibly pressed it twice in a row, allowing me to proceed to the challenge subsequent to the next challenge. I didn’t proceed because I knew that wasn’t what I was supposed to do.
Now I’m at a point where I cannot proceed to the next challenge. Based on the screenshot I’ve provided it’s obvious that the test isn’t testing for what the challenge is asking.
I was able to fix the problem with a page refresh, but I thought you guys might like to know that this can happen. Based on similar topics this may be a source for much confusion.
Your code so far
// Example
var ourName = "freeCodeCamp";
var ourStr = "Hello, our name is " + ourName + ", how are you?";
// Only change code below this line
var myName;
var myStr;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36.
Challenge: Constructing Strings with Variables
Link to the challenge:
