Content
Ok let’s try running this code console. log("Hello World"); Output: ERROR Alright maybe then this will work let str "Hello World"; console.log (str); Output: ERROR 4 HOURS LATER This is getting ridiculous, I’ll just restart at step 1 function generateString(s) variable a Output: ERROR console.log ("Hello World"); Output: Hello World! THAT WAS THE FIRST THING I TRIED!!!!