Perulangan dengan while

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