let x = 14; document.getElementById("demo").innerHTML = x.toString() + "<br>" + (14).toString() + "<br>" + (100 + 14).toString();