roundoff value javascript code example Example: rounding off in javascript var avg=10.55; console.log(Math.round(avg)); //Prints 11