JSFiddle - React, Tailwind, and code Playground

by Matt Hopkins

JavaScript

i=99;for(i>2;i--;){
  var x;
	if(i==1){x="Go to the store and buy some more, ";}else{x=i+" bottle of beer on the wall, ";}
  console.log(i+" bottle of beer on the wall, "+i+" bottle of beer. "+x+i+" bottles of beer on the wall.");
}