operator assignment

Run Settings
LanguageJavaScript
Language Version
Run Command
console.log("Hello World!"); let x = 5; let y = 25; a = x % y; // artinya -> x = x % y; console.log(a); let c = 2; let d = 25; f = c % d; console.log(f);
Editor Settings
Theme
Key bindings
Full width
Lines