javascript check if object
typeof yourVariable === 'object' // true if it's an object or if it's NULL.
// if you want to exclude NULL
typeof yourVariable === 'object' && yourVariable !== null
javascript check if object
typeof yourVariable === 'object' // true if it's an object or if it's NULL.
// if you want to exclude NULL
typeof yourVariable === 'object' && yourVariable !== null
typescript check if object is of type
mySprite instanceof Sprite;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us