セクション 3. 章 29
single
Symbols 3/3
メニューを表示するにはスワイプしてください
Accessing the Description of the Symbol()
We can access the description of the symbol by calling the .description method.
12let firstName = Symbol('Michael'); console.log(firstName.description);
タスク
スワイプしてコーディングを開始
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
descriptionto aSymbol()function as an optional argument. - The description of the symbol can be accessed through the
.descriptionproperty.
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 29
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください