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
In example "Adding arrays", the code in the example doesn't work.
In example "Addition of RegExps", the code was formatted weirdly causing it not to return the correct result. The original was /7/ - /5/;
In example "Double dot", the code was changed from 27..toString() to (27).toString(); in both the explanation and example.
In example "Why you should use semicolons", the code from the explanation was copied into the example.
I think that example "Extra Newness" is broken.
I also think that example "A generator which yields itself" is broken.
The text was updated successfully, but these errors were encountered:
In example "Adding arrays", the code in the example doesn't work.
In example "Addition of RegExps", the code was formatted weirdly causing it not to return the correct result. The original was
/7/ - /5/
;In example "Double dot", the code was changed from
27..toString()
to(27).toString();
in both the explanation and example.In example "Why you should use semicolons", the code from the explanation was copied into the example.
I think that example "Extra Newness" is broken.
I also think that example "A generator which yields itself" is broken.
The text was updated successfully, but these errors were encountered: