πŸ“Š JavaScript
Q. Which one of the following is the correct output for the given JavaScript code?
Code:
    const object1 ={  
      property1:20  
    };  
    console.log(Object.is(object1));  
  • (A) False
  • (B) true
  • (C) 20
  • (D) error
πŸ’¬ Discuss
βœ… Correct Answer: (A) False

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
183
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Indresh Gehalot
Publisher
πŸ“ˆ
89%
Success Rate