let b = 0; // b contains 0 b += 1; // b contains 1 b++; // b contains 2 console.log(b); // Shows 2
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