This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
// x is a string let x = "John"; // y is an object let y = new String("John"); document.getElementById("demo").innerHTML = typeof x + "<br>" + typeof y;
string object