이는 오일러 상수와 자연로그의 밑인 약 2.718입니다.
구문:
Math.E
예:
<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>
이렇게 하면 다음과 같은 결과가 나타납니다.
Property Value is : 2.718281828459045