What's wrong with this code?

The while keyword is missingThe braces { and } are missingconsole.log("You have arrived."); is outside of the code block

The while keyword is missing.