JSFiddle - React, Tailwind, and code Playground

by Shridhar Baddur

JavaScript

let y = 0;
for i in range(0, 10, 2):
	y += i;
print y;