Which Math method is used to round a number down to the nearest integer?
Math.floor()
roundDown()
Math.ceil()
ceil()