Alexandre Borela
Alexandre Borela
Why not? Considering that a keyword would break existing code.
~~Make it available in strict mode only, any code that reference `match` in strict mode without declaring it prior to the match proposal would be buggy already.~~
> current strict code could reference a match global and work fine. I see, this could definitely be done by mixing non strict code. Is there any other cases?
Thank you I wasn't aware of this, I always used `getElementById`; one more trap to remember.