You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, in general this method should always return a string of the form "[object [[Class]] ]", where [[Class]] is as defined in §8.6.2 of the ES5.1 spec.
This is a generalisation #98—though that bug now also covers other unusual behaviours of arguments.
The text was updated successfully, but these errors were encountered:
The following should evaluate to
[object String]
but in fact evaluates to"Hello"
:Indeed, in general this method should always return a string of the form
"[object [[Class]] ]"
, where [[Class]] is as defined in §8.6.2 of the ES5.1 spec.This is a generalisation #98—though that bug now also covers other unusual behaviours of
arguments
.The text was updated successfully, but these errors were encountered: