Write a function round100 that rounds a number to the nearest hundred in js code example Example: js nearest 100 Math.round(n / 100) * 100