Q. What will be the result?

Code:
typeof function(){};
  • (A) function
  • (B) object
  • (C) undefined
  • (D) function()
πŸ’¬ Discuss
βœ… Correct Answer: (A) function
Explanation: Functions are of type 'function' in JavaScript.
Explanation by: Chandani
Functions are of type 'function' in JavaScript.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
86%
Success Rate