This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript

When adding a string and a number, JavaScript will treat the number as a string.

let x = "Volvo" + 16;
document.getElementById("demo").innerHTML = x;