Perulangan dengan Do..while

Run Settings
LanguageJavaScript
Language Version
Run Command
let x = 0; do { console.log('Perulangan ke ' + x ); x++; } while(x < 10);
Editor Settings
Theme
Key bindings
Full width
Lines