Ini ialah asas pemalar Euler dan logaritma asli, lebih kurang 2.718.
Sintaks:
Math.E
Contoh:
<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>
Ini akan menghasilkan keputusan berikut:
Property Value is : 2.718281828459045