What value will the variable rounded have in the following code?
const decimal = 4.7;
const rounded = Math.round(decimal);
What value will the variable rounded have in the following code?
const decimal = 4.7;
const rounded = Math.round(decimal);