var name = 'jack'; var obj = {}; console.log(obj.__proto__.toString.call(name)) ;
[object String]
string
jack