> Object.prototype.toString.call([])
'[object Array]'
> Object.prototype.toString.call(new Date())
'[object Date]'
toString
Posted on:June 5, 2023 at 05:31 AM
> Object.prototype.toString.call([])
'[object Array]'
> Object.prototype.toString.call(new Date())
'[object Date]'