Symbol
JavaScript Symbols
JavaScript Symbols - Introduction Symbol is a primitive data type in JavaScript. Symbols represent a way to define object keys that will never get in conflict with other keys. Since they are one of the primitive data types they are immutable.