JS

JavaScript Fundamentals 1 - Null value in JavaScri...

6.

Which of the following statements is true about the null value in JavaScript?

Null is a primitive data type in JavaScript.

Null represents the number zero.

Null represents an empty array.

Null represents an empty object.