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

Scorri per mostrare il menu

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
Compito

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.

Soluzione

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 desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 29

Chieda ad AI

expand
ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

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
Compito

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.

Soluzione

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 desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 29
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt