DEV Community

OGHUB.COM
OGHUB.COM

Posted on

MyFunction

<!--
function myFunc()
{
var a = 100;

alert("Value of variable a is : " + a );

}
//-->

Click the following to see the result:





`

Top comments (0)