symbolsJavaScriptSymbolsHardDoes `Symbol('key') === Symbol('key')` evaluate to true?1No, every Symbol is unique even with the same description2Yes, matching descriptions are equal3Only in strict mode4Only for registered symbolsBack to list