Seksjon 3. Kapittel 31
single
Undefined
Sveip for å vise menyen
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);
Oppgave
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.
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 31
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår