πŸ“Š JavaScript
Q. Choose the correct snippet from the following to check if the variable "a" is not equal the "NULL":
  • (A) if(a!==null)
  • (B) if (a!)
  • (C) if(a!null)
  • (D) if(a!=null)
πŸ’¬ Discuss
βœ… Correct Answer: (A) if(a!==null)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
242
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Durgesh
Publisher
πŸ“ˆ
90%
Success Rate