JS

JavaScript ES6 - Symbol data type

7.

Which of the following statements about Symbols in JavaScript is false?

Symbol values can be compared with each other for equality.

The Symbol() function can accept a description as a parameter.

A symbol is a primitive data type.

Each Symbol value returned from Symbol() is unique.