Undefined
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);
Swipe to start coding
Declare a variable numberOfItems
and assign the value of undefined
to the variable and show the value of the variable.
Solução
So, undefined variables can also be declared using the undefined
keyword.
Obrigado pelo seu feedback!
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 2
Undefined
Deslize para mostrar o menu
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);
Swipe to start coding
Declare a variable numberOfItems
and assign the value of undefined
to the variable and show the value of the variable.
Solução
So, undefined variables can also be declared using the undefined
keyword.
Obrigado pelo seu feedback!
Awesome!
Completion rate improved to 2single