let counter = 0; //=> undefined counter += 10; //=> 10 counter -= 2; //=> 8 counter *= 4; //=> 32 counter /= 2; //=> 16 counter %= 6; //=> 4 counter **= 3; //=> 64
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter