Preview:
var sum = 0;

for (var i = 0; i <= 10; i++) {
  sum = sum + i;
  //value of i will get updated each time
}

console.log("Value of sum is" + sum);
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