To round the time to an integer in Noelle's script, she would use the Math.round
function. If the context is to round a delta time value, it might look like this:
this.timer = Math.round(deltaTime);
So, the correct response related to rounding the time to an integer is:
Math.round