WAVE Log
while 文

let count = 0; while (count < 10) { console.log (count); count++ }