How to find the type of object

helpers

find type of object
function typeOf (obj) {
  return {}.toString.call(obj).split(' ')[1].slice(0, -1);

}

Comments

Popular posts from this blog

Creating Snapshots for Unmanaged VMs in Aria Automation (vRealize Automation)

Bulk import security policies into Palo Alto Networks firewalls

Automating Tag Creation & Assignment to VMs with vRA + vRO