while loop

In the code below we run a while loop. As long as the condition is met, num increases by 2 and i by 1. Adjust the condition of the loop so that the final value of num is 60.
JavaScript
Console