Noelle is adding a timer to her game. She is using a script to update the timer using the delta time and text update functions. What code does Noelle use to round the time to an integer?
(1 point)
Responses
Timer.prototype.initialize
Timer.prototype.initialize
this.timer
this.timer
Math.round
Math.round
this.entity.element
1 answer
Math.round