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

Smartphone icons created by Freepik - Flaticon

JavaScript Variables

A variable without a value has the value of:

let carName;
document.getElementById("demo").innerHTML = carName;