Create an infinite loop with console.log("Searching for Wifi"); inside the code block.
console.log("Searching for Wifi");
Make sure to pick while followed by (true) and then {, }.
while
(true)
{
}