tutorial.eyehunts.com
What is null in JavaScript | Basics
JavaScript null represents the intentional absence of any object value. Simple null means the absence of a value. You can assign null to a
Rohit