const foo = "foo"; const out = Object.prototype.toString.call(foo);
const foo = "foo"; const out = typeof foo;