Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js null ==

null == null // true
null == undefined // true
null == 0 // false
Source by www.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #js #null
ADD COMMENT
Topic
Name
5+8 =