SQRT2 in JavaScript

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