πŸ“Š JavaScript
Q. How to write an IF condition to check if “a” is NOT equal to 2?
  • (A) if a <> 2
  • (B) if (a != 2)
  • (C) if a =! 2 then
  • (D) if (a <> 2)
πŸ’¬ Discuss
βœ… Correct Answer: (B) if (a != 2)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
188
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
98%
Success Rate