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 number and a string, JavaScript will treat the number as a string.

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