JS Practice While Loop by mchashok August 16, 2019 HTML <div id="demo"> </div> JavaScript var i = 0; while(i > 20 ){ document.write("demo"); }