WPDAM - JS Example

Loops! This is another 'while' loop using 'continue'

How would you make it print numbers up to 19?

By changing the condition "i < 10" to "i < 20" in order to print number up to 19.