JSFiddle - React, Tailwind, and code Playground
by spechackers
JavaScript
"use strict";
var firstName = "Vinoth";
var lastName = "babu";
function showFullName () {
console.log (this.firstName + " " + this.lastName);
}
showFullName ();
by spechackers
"use strict";
var firstName = "Vinoth";
var lastName = "babu";
function showFullName () {
console.log (this.firstName + " " + this.lastName);
}
showFullName ();