LOG10E in JavaScript

 function doMath(){
        var result = Math.LN10E;
        document.form1.answer.value = result;
    }