What is the meaning of double at sign (@@) before a symbol name

Viewed 6485

In the context of ES6 symbols, it's often seen that double at sign (@@) is placed before a symbol name. Is it just another way to reference a built-in symbol? However, using it in code causes

SyntaxError: Invalid or unexpected token

1 Answers
Related