Control Flow & Loops

What would be the result of the following code? for(;;) { console.log('Hello'); break; }
Next Question (27/30)