JSFiddle - React, Tailwind, and code Playground

by karthick6891

JavaScript

var x = "helloworld";

function spacify(str) {
		var result = str;
    
    
 		  
		console.log(result);
}
spacify(x);