Q. What is the output of following Javascript?

Code:
var a = 'mcq';
var b = 'buddy';
var c = a/b;
document.write(c);
  • (A) mcqbuddy
  • (B) mcq/buddy
  • (C) NaN
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) NaN

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
179
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
97%
Success Rate