<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>power squar and abs</h1>
<input type="button" onclick="alert(Math.abs(23.300));" value="Math.abs(23.300)">
<input type="button" onclick="alert(Math.pow(3,5));" value="Math.pow(3,5)">
<input type="button" onclick="alert(Math.sqrt(100));" value="Math.sqrt(100)">
</body>
</html>
The power ,square root & absolute in JavaScript:- Geniusofstudent
Reviewed by Network security
on
July 11, 2019
Rating:
No comments: