Content
Ok let’s try running this code console. log("Hello World"); Output: ERROR Alright mavbe 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 Output: ERROR console. log("Hello World"); Output: Hello World! THAT WAS THE FIRST THING I TRIED!!!!