A very nerdy, very narrowly focused blog about the eccentricities of JavaScript.
parseInt('06'); // 6parseInt('08'); // 0
parseInt('06'); // 6
parseInt('08'); // 0
Link