Editorial: fix misleading uses of 'operator' by uhyo · Pull Request #1881 · tc39/ecma262

Hello, there are two uses of the word 'operator' that refer to those not defined to be operators. This PR proposes to replace them with other appropriate words. “new or super operators” W...