This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Math.ceil() rounds a number up to its nearest integer:
document.getElementById("demo").innerHTML = Math.ceil(4.4);