JSFiddle - React, Tailwind, and code Playground

by Estevez Ben Lajamin

JavaScript

var host_names = '';
var temp = '';

for(var i = 0; i < ; i++) {
  temp = 'keko';
  host_names += temp; 
  /* return */;
}
              
              alert("host_names: " + host_names);