FUNCTIONS IN JAVASCRIPT

 <html>

<head> teju's head </head>


<script>

var b,t;

function fun(b,t)

{


return b*t;

}

</script>

<body>

var x=fun(5,6);

alert("x is "+x);

</body>

</html>

Comments

Popular posts from this blog

Swayamvar Program In Python

VALDATION IN JAVASCRIPT