method:toFixed ( num );return type:numbercontent:ใช้กำหนดจำนวนจุดทศนิยมexample:var num = new Number ( 25 ); alert ( num.toFixed ( 2 ) );