Pr02_Average.html
329 Bytes
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="./Pr02_Average.js">
</script>
</head>
<body>
<script>
console.log(result);
console.log(result1);
console.log(result2);
console.log(typeof(result1));
console.log(typeof(result2));
</script>
</body>
</html>