JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

JavaScript

const lp = ["This", "is", "awesome", "isn't", "it!"]

for(var i=0; i<lp.length; i++){
 console.log(`Looped! ${lp.length}`)
}