JSFiddle - React, Tailwind, and code Playground

by Sezer Ekinci

JavaScript

var templateLength = 5;
console.log(new Array((templateLength < 0) ? 0 : templateLength).join(9));