Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Symbols 3/3 | Data Types and Variables
Introduction to JavaScript

Свайпніть щоб показати меню

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
Завдання

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.

Рішення

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 desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 29
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?

Запитати АІ

expand
ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

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
Завдання

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.

Рішення

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 desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 29
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt