πŸ“Š JavaScript
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

πŸ‘οΈ
62
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
96%
Success Rate