JSFiddle - React, Tailwind, and code Playground
by chacha69
JavaScript
function sayHello( name ) {
return "hello " + name;
}
console.log( sayHello( "Ivan" ) );
by chacha69
function sayHello( name ) {
return "hello " + name;
}
console.log( sayHello( "Ivan" ) );