The next statement should return `true`: ``` javascript return String(Symbol("foo")) === "Symbol(foo)"; ```