js not instanceof

JavaScript
if ( !(obj instanceof Array) ) {
  console.log('obj is not an Array')
}
Source

Also in JavaScript: