Abschnitt 3. Kapitel 28
single
Symbols 2/3
Swipe um das Menü anzuzeigen
Symbol() 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:
1234let firstName = Symbol('Michael'); console.log(firstName.toString()); let lastName = Symbol('Clarke'); console.log(lastName.toString());
Aufgabe
Swipe to start coding
Create a symbol with the value key and store it in the variable password. Output the result.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 28
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen