Operator Increment-Decrement

Run Settings
LanguageJavaScript
Language Version
Run Command
let x = 13; console.log('Ini hasil post-increment '+ (x++) ); console.log('Ini hasil pre-increment '+ (++x) ); console.log('Ini hasil post-decrement '+ (x--) ); console.log('Ini hasil pre-decrement '+ (--x) );
Editor Settings
Theme
Key bindings
Full width
Lines