Perulangan FOR

Run Settings
LanguageJavaScript
Language Version
Run Command
var x = 0; var y = 9; while( x <= y ){ if(x%2==0) { console.log('Nomor: ' + x ); } x++; }
Editor Settings
Theme
Key bindings
Full width
Lines