What does @@ (“at at”) mean in ES6 JavaScript?
@@ describes what’s called a well-known symbol. (Note that it isn’t actually valid syntax in JS.) According to the ES6/ES20151 specification: Well-known symbols are built-in Symbol values that are explicitly referenced by algorithms of this specification. They are typically used as the keys of properties whose values serve as extension points of a specification algorithm. … Read more