0 / 60 seg.

What will be the value of ceiledValue if the following code is executed?

const number = 8.1;
const ceiledValue = Math.ceil(number);