API Reference Table of contents Symbol Constructor isSymbol(x) Prototype Symbol Constructor isSymbol(x) Returns true if x is a Symbol. Symbol.isSymbol(Symbol()) === true; Prototype None