I would like to know which operators were added to Javascript most recently.
This includes any operators which might not have got all the way through the standards process to being implemented in all browsers, if it's more or less certain they will be.
If no new operators have been added very recently then I'd still like to know how long ago the last couple of new ones did make it in.
Since first asking this question half an hour ago, I've already learned that there are syntactic features of JavaScript that are commonly referred to as "operators" but that may not technically qualify as operators. In light of this I'd like this question to cover the broad sense of the term.