Dies ist die Basis der Euler-Konstante und des natürlichen Logarithmus, ungefähr 2,718.
Syntax:
Math.E
Beispiel:
<html> <head> <title>JavaScript Math E Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.E document.write("Property Value is : " + property_value); </script> </body> </html>
Dies führt zu folgenden Ergebnissen:
Property Value is : 2.718281828459045