using variables in Java Script

using variables in Java Script


<html>
<head>
<script>
var x = 10;
var y = 20;
var z=x+y;
document.write(z);
</script>
</body>
</html>  

Comments

Popular posts from this blog

java script book in PDF format