Halil
0
Q:

null is object in javascript

 What it is  	 		What output shows you 
 				when you write |console.log(typeof(variable);
Undefined:					"undefined"
Null:						"object"
Boolean:					"boolean"
Number:						"number"
String:						"string"
Function object:			"function"
E4X XML object:				"xml"
E4X XMLList object:			"xml"
NodeList					"Nodelist [more data]"
HTMLCollection				"HTMLCollection(1) [more data]"
2

New to Communities?

Join the community