Tell us what’s happening:
So, previously I was working on this workshop and it keeps going back and forth between the beginning console.log being correct and incorrect. Is this user error, or maybe some kind of bug? Also, it previously said that most of the objectives after the opening console.log were correct, but now read as incorrect. I thought this may be a problem only on this workshop, but is occurring there as well. Is anyone else having this issue? if so, how did you fix/get around it? Thanks for your time!
Your code so far
console.log("Hello! I'm your coding fun fact guide!");
let botName = "Stephanie";
let botLocation = "Pepperland";
let favoriteLanguage = "Slovene";
console.log("My name is " + botName + " and I live on " + botLocation +"." )
console.log("My favorite programming language is " + favoriteLanguage + ".")
let codingFact="One of the first coding languages was " +favoriteLanguage+ ".";
console.log("dude have u seen how cool " + codingFact +" is?")
codingFact="Dude, whatever" + favoriteLanguage + ".";
console.log("what do you know about "+ codingFact"!")
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15
Challenge Information:
Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot