try alert in javascript…
if(true)
{
alert("Message");
}
In the case of console..
console.log("Hello World!");
1
solved how to show messges using javascript on browser [closed]
try alert in javascript…
if(true)
{
alert("Message");
}
In the case of console..
console.log("Hello World!");
1
solved how to show messges using javascript on browser [closed]