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