Examples of lowercase-able JavaScript code Exponents indicator 12.9.3 The exponent indicator can be either E or e. const trillion = 10E12 const trillion = 10e12 Implementations Terser