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
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