Add console.log("Hi there!"); to the code block of the while loop by placing it between { and }.

The order is while (true) {, console.log("Hi there!");, then }.