Which function is used to round a value to nearest Integer? javascript code example Example: javascript round to nearest 10 var rounded = Math.round(number / 10) * 10