Avsnitt 3. Kapitel 31
single
Undefined
Svep för att visa menyn
What is Undefined
Undefined is also a data type in JavaScript just like the null. When a variable is created or declared without assigning any value to it, then the value of the variable will be set as undefined by default.
12let age; console.log(age);
Uppgift
Swipe to start coding
Declare a variable numberOfItems and assign the value of undefined to the variable and show the value of the variable.
Lösning
So, undefined variables can also be declared using the undefined keyword.
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 3. Kapitel 31
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal