O
Which of the following JavaScript statements will result in the following output being
displayed to the console?
console.log("He console.log("He console.log("He
llo! \bHow are
llo! \tHow are
llo! \nHow are
you?");
you?");
you?");
Streak Boost
Hello!
How are you?
Eraser
hp
console.log("He
llo!
\newLineHow
are you?");
console.log("He
llo! \nlHow are
you?");
ES
US 10:14