Symbol tworzenia JavaScript

// creating symbol
const x = Symbol()

typeof x; // symbol
SAMER SAEID