JSFiddle - React, Tailwind, and code Playground by roshan100kar May 09, 2022 JavaScript for(var i = 0; i < 3; i++){ for(var j = 0; j < i; i++){ console.log(j); } }