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 (staging)
course content

Зміст курсу

Introduction to JavaScript (staging)

Introduction to JavaScript (staging)

1. Introduction
2. JavaScript syntax
3. Data Types and Variables

Symbols 3/3

Accessing the Description of the <code class="go3679463865">Symbol()</code>

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

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

Завдання

Create two symbols personName and personAdress by using Symbol() give them the description of Name and Address and display their descriptions.

Завдання

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.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 3. Розділ 29
toggle bottom row

Symbols 3/3

Accessing the Description of the <code class="go3679463865">Symbol()</code>

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

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

Завдання

Create two symbols personName and personAdress by using Symbol() give them the description of Name and Address and display their descriptions.

Завдання

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.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 3. Розділ 29
toggle bottom row

Symbols 3/3

Accessing the Description of the <code class="go3679463865">Symbol()</code>

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

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

Завдання

Create two symbols personName and personAdress by using Symbol() give them the description of Name and Address and display their descriptions.

Завдання

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.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Accessing the Description of the <code class="go3679463865">Symbol()</code>

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

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

Завдання

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.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 3. Розділ 29
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt