JavaScript checks the condition before every turn. If the condition is true, the code runs. If the condition is false, the loop stops. How it works: - JavaScript checks the condition. - The code block ...