You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • How do I detect type of an object ?
    For example var x = new SPI()
    X returns SPI: { }, so in web IDE(only in web IDE) I see its an SPI object
    typeof x returns ="object"
    Is there any JS command, something like objectType, which returns "SPI"

About

Avatar for JumJum @JumJum started