Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

Try this

if (objectName instanceof Object) {
  alert('An object');
} else {
  alert('Not an object');
}
Talha
  • 19.3k
  • 8
  • 53
  • 66