Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Symbols 3/3 | Data Types and Variables
Introduction to JavaScript

Svep för att visa menyn

book
Symbols 3/3

Accessing the Description of the Symbol()

We can access the description of the symbol by calling the .description method.

12
let firstName = Symbol('Michael'); console.log(firstName.description);
copy
Uppgift

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 description to a Symbol() function as an optional argument.

  • The description of the symbol can be accessed through the .description property.

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 29
Vi beklagar att något gick fel. Vad hände?

Fråga AI

expand
ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

book
Symbols 3/3

Accessing the Description of the Symbol()

We can access the description of the symbol by calling the .description method.

12
let firstName = Symbol('Michael'); console.log(firstName.description);
copy
Uppgift

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 description to a Symbol() function as an optional argument.

  • The description of the symbol can be accessed through the .description property.

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 29
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt