Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<h2>JavaScript Math</h2>
<p>Math.E returns Euler's number (the base of natural logarithms), approximately 2.718:</p>
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = Math.E;
</script>
</body>
</html>