var idk={test:true,[Symbol.toStringTag]:'e'} consoel.log(idk)//e {test:true,[Symbol.toStringTag]:'e'} idk.toString()//[object e]