Show hiiiii using JavaScript.
This is an simple function to show an alert using JavaScript .
function sayHi()
{
//Add your logic Here
alert("hiiiii");
}
This is an simple function to show an alert using JavaScript .
function sayHi()
{
//Add your logic Here
alert("hiiiii");
}