Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

null vs void

4

Void :  refers to the type. Basically the type of data that it points to is unknown.

Null :  refers to the value. It's essentially a pointer to nothing, and is invalid to use.
 
PREVIOUS NEXT
Tagged: #null #void
ADD COMMENT
Topic
Name
6+2 =