JSFiddle - React, Tailwind, and code Playground by Shridhar Baddur October 25, 2021 JavaScript let y = 0; for i in range(0, 10, 2): y += i; print y;