0 / 60 seg.

What value will the variable rounded have in the following code?

const decimal = 4.7;
const rounded = Math.round(decimal);