Posts

Showing posts from 2019

Check null values in JavaScript?

Image
Null is a javascript one of the data type. Below is the ways to test whether a value is null or not. When we are initialize a variable in javascript , the default value is null