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);
Taak
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.
Oplossing
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.
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 29
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Suggested prompts:
Vat dit hoofdstuk samen
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 2
Symbols 3/3
Veeg om het menu te tonen
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);
Taak
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.
Oplossing
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.
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 29
single