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
When evaluating code in the Shell, the result is coerced into a String. coercing a Symbol to a String however is to throw a TypeError according to the spec.
This leads to confusing behavior in the Shell, so instead of trying to coerce the Symbol into a String, the Shell should call the .toString() method on it
The text was updated successfully, but these errors were encountered:
When evaluating code in the Shell, the result is coerced into a String. coercing a Symbol to a String however is to throw a TypeError according to the spec.
This leads to confusing behavior in the Shell, so instead of trying to coerce the Symbol into a String, the Shell should call the .toString() method on it
The text was updated successfully, but these errors were encountered: