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
The value file in JavaScript still has a temporary case that should be removed. This was to temporarily allow objects with "message" and "name".
The submissions that are being tested to account for the new behaviour should be updated (the PR that introduced this is #361, which might be helpful): all exceptions must inherit from Error.
It is possible that some example solutions in the js repo will need to be updated as well.
The text was updated successfully, but these errors were encountered:
The value file in JavaScript still has a temporary case that should be removed. This was to temporarily allow objects with "message" and "name".
The submissions that are being tested to account for the new behaviour should be updated (the PR that introduced this is #361, which might be helpful): all exceptions must inherit from Error.
It is possible that some example solutions in the js repo will need to be updated as well.
The text was updated successfully, but these errors were encountered: