0
What value have a property that does not exist?
A property that does not exist has which of the following values? Question 5 options: A) null B) Infinity C) NaN D) undefined
5 Answers
+ 4
I don't really understand what you are asking... Sorry. Could you try and rephrase?
+ 4
A property tbat doesn't exist can't have a value... (still a bit confused here, but better)
+ 1
idk
+ 1
I just added the description
+ 1
In Java, it will give NullPointerException.(in short Null)
In JavaScript, it will give undefined.