Symbols 3/3
Accessing the Description of the Symbol()
We can access the description of the symbol by calling the .description method.
12let firstName = Symbol('Michael'); console.log(firstName.description);
Opgave
Swipe to start coding
Create two symbols personName and personAdress by using Symbol() give them the description of Name and Address and display their descriptions.
Løsning
Summary
- Symbol is a primitive data type that is used to create a unique identifier.
- We use the global
Symbol()function to create symbols. - We can provide a
descriptionto aSymbol()function as an optional argument. - The description of the symbol can be accessed through the
.descriptionproperty.
Var alt klart?
Tak for dine kommentarer!
Sektion 3. Kapitel 29
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Awesome!
Completion rate improved to 2
Symbols 3/3
Stryg for at vise menuen
Accessing the Description of the Symbol()
We can access the description of the symbol by calling the .description method.
12let firstName = Symbol('Michael'); console.log(firstName.description);
Opgave
Swipe to start coding
Create two symbols personName and personAdress by using Symbol() give them the description of Name and Address and display their descriptions.
Løsning
Summary
- Symbol is a primitive data type that is used to create a unique identifier.
- We use the global
Symbol()function to create symbols. - We can provide a
descriptionto aSymbol()function as an optional argument. - The description of the symbol can be accessed through the
.descriptionproperty.
Var alt klart?
Tak for dine kommentarer!
Sektion 3. Kapitel 29
single