What will be the output of the following code snippet?
const number = 8.2; console.log(Math.ceil(number));
8
9
8.2
8.0