<!--
function myFunc()
{
var a = 100;
alert("Value of variable a is : " + a );
}
//-->
Click the following to see the result:
`
<!--
function myFunc()
{
var a = 100;
alert("Value of variable a is : " + a );
}
//-->
Click the following to see the result:
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)