📄️ Math.ceil()
The Math.ceil() method rounds up its argument to the nearest integer.
📄️ Math.floor()
The Math.floor() method rounds down its argument to the nearest integer.
📄️ Math.random()
The Math.random() method generates random numbers between zero (inclusive) and one (exclusive).