JSFiddle - React, Tailwind, and code Playground
by taiansu
JavaScript
var monkey = "Gorilla";
function greetVisitor(){
return alert("Hello dear blog reader!");
}
alert(monkey);
greetVisitor();
by taiansu
var monkey = "Gorilla";
function greetVisitor(){
return alert("Hello dear blog reader!");
}
alert(monkey);
greetVisitor();