What is the result of Symbol("x") === Symbol("x")?
Explanation
Each call to Symbol creates a unique value, so two calls remain unequal even when their descriptions match. The description is useful text but does not act as a shared identity or intern the symbols.