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