How can you represent mathematical constant "e" as a value in JavaScript?

constants, javascript, math

Solution

It's as easy as

Math.E

Problem

How can you represent mathematical constant "e" as a value in JavaScript?

Original source