1 function toType(obj) { 2 return ({}).toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase() 3 }