Friday , September 20 2024

Which operator do we use if we want to check if two variables store the same values of exactly the same type?

Questions BankCategory: JavaScript Essentials 1Which operator do we use if we want to check if two variables store the same values of exactly the same type?
Which operator do we use if we want to check if two variables store the same values of exactly the same type?

  • =
  • !==
  • ==
  • ===

More Questions: JavaScript Essentials 1 – JSE1: Module 3 Test