Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Symbols 2/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 2/3

<code class="go3679463865">Symbol()</code> Function Description:

We can provide a description to the Symbol() function as an optional argument. This description will make our symbols more clear.

The following example creates two symbols: firstName and lastName with values Michael and Clarke respectively:

1234
let firstName = Symbol('Michael'); console.log(firstName.toString()); let lastName = Symbol('Clarke'); console.log(lastName.toString());
copy

Завдання

Create a symbol with the value key and store it in the variable password. Output the result.

Завдання

Create a symbol with the value key and store it in the variable password. Output the result.

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

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

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

Symbols 2/3

<code class="go3679463865">Symbol()</code> Function Description:

We can provide a description to the Symbol() function as an optional argument. This description will make our symbols more clear.

The following example creates two symbols: firstName and lastName with values Michael and Clarke respectively:

1234
let firstName = Symbol('Michael'); console.log(firstName.toString()); let lastName = Symbol('Clarke'); console.log(lastName.toString());
copy

Завдання

Create a symbol with the value key and store it in the variable password. Output the result.

Завдання

Create a symbol with the value key and store it in the variable password. Output the result.

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

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

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

Symbols 2/3

<code class="go3679463865">Symbol()</code> Function Description:

We can provide a description to the Symbol() function as an optional argument. This description will make our symbols more clear.

The following example creates two symbols: firstName and lastName with values Michael and Clarke respectively:

1234
let firstName = Symbol('Michael'); console.log(firstName.toString()); let lastName = Symbol('Clarke'); console.log(lastName.toString());
copy

Завдання

Create a symbol with the value key and store it in the variable password. Output the result.

Завдання

Create a symbol with the value key and store it in the variable password. Output the result.

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

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

<code class="go3679463865">Symbol()</code> Function Description:

We can provide a description to the Symbol() function as an optional argument. This description will make our symbols more clear.

The following example creates two symbols: firstName and lastName with values Michael and Clarke respectively:

1234
let firstName = Symbol('Michael'); console.log(firstName.toString()); let lastName = Symbol('Clarke'); console.log(lastName.toString());
copy

Завдання

Create a symbol with the value key and store it in the variable password. Output the result.

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