Wed Oct 14 2020 08:46:59 GMT+0000 (Coordinated Universal Time)
Saved by @snigdhakhurana10
//typeof [] console.log(typeof []); //typeof {} console.log(typeof {}); //To get actual type //typeof [] console.log(Object.prototype.toString.call([])); //typeof {} console.log(Object.prototype.toString.call({}));
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments