Null
What is Null
The data type null represents that there is no value. It is a primitive value in javascript.
To have a better understanding of null, we must know these two features about null:
nullprovides the non-existent value or empty value.nullhas to be assigned to a variable as it is not assigned by default (unlike theundefined).
12let number = null; console.log(number);
Swipe to start coding
Declare a variable selectColor and assign the value of null to the variable and display the value of the variable.
Oplossing
Bedankt voor je feedback!
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Vat dit hoofdstuk samen
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 2
Null
Veeg om het menu te tonen
What is Null
The data type null represents that there is no value. It is a primitive value in javascript.
To have a better understanding of null, we must know these two features about null:
nullprovides the non-existent value or empty value.nullhas to be assigned to a variable as it is not assigned by default (unlike theundefined).
12let number = null; console.log(number);
Swipe to start coding
Declare a variable selectColor and assign the value of null to the variable and display the value of the variable.
Oplossing
Bedankt voor je feedback!
single