JSFiddle - React, Tailwind, and code Playground

by jayrmotta

JavaScript

function helloWorld(foobar) {
    return "Hello " + foobar;
}

var result = helloWorld("Jayr Motta");

alert(result);