How do we know Hi there! displays in the console?

Because console.log("Hi there!"); is outside of the braces { }This code doesn't display Hi there! in the consoleBecause console.log("Good morning!); is inside of the braces { }Because there are no variables in the code

Because console.log("Hi there!"); is outside of the braces { }.