2010 02 25 jsftw: google closure compiler
// Google closure compiler 1000 to 1E3 - love it!
1000 === 1E3; // true
When going through the result of Google’s closure compiler, I found that it had compressed 1000 to 1E3 - brilliant! - @rem
// Google closure compiler 1000 to 1E3 - love it!
1000 === 1E3; // true
When going through the result of Google’s closure compiler, I found that it had compressed 1000 to 1E3 - brilliant! - @rem