What's wrong with this code?
while
{
}
console.log("You have arrived.");
The while keyword is missing.