πŸ“Š JavaScript
Q. What does '===' operator check?
  • (A) Only value
  • (B) Only type
  • (C) Value and type
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Value and type

Explanation: === checks both value and type without coercion.

Explanation by: Chandani
=== checks both value and type without coercion.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
68
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
82%
Success Rate