Double a value using a while loop

Use a while loop to double the value of 'num' until it is greater than 100. Add a concise comment as a hint.
JavaScript
Console