JSFiddle - React, Tailwind, and code Playground
by taylorbuley
JavaScript
var helloVi = function(name) {
alert('Hello ' + name);
};
helloVi('Taylor');
by taylorbuley
var helloVi = function(name) {
alert('Hello ' + name);
};
helloVi('Taylor');