Array chain methods error on non-array values which is unlike other array category methods. ``` js _().pop(); // error _('').pop(); // error _().first() // undefined ```