Check null values in JavaScript?





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



Comments

Popular posts from this blog

Alpha-Beta Pruning

SQL Multiple Choice Questions

Mini-Max Algorithm in Artificial Intelligence