JSFiddle - React, Tailwind, and code Playground

by james gotsell

HTML

<script src=" https://getfirebug.com/firebug-lite-debug.js"></script>

JavaScript

var luigisDebt = 140;
 
while (luigisDebt > 0 ){
   luigisDebt = luigisDebt - 10;
   console.log("luigis has " + luigisDebt + " " + "left to pay")
}