JSFiddle - React, Tailwind, and code Playground

by bluey

JavaScript

var theString = "hello world";
theString = theString.split(" ")[1];
alert(theString); // alerts "hello"