πŸ“Š JavaScript
Q. Which one of the following is correct output for the following given JavaScript code:
Code:
string  X= "Good";  
string  Y="Evening";  
alert(X+Y);  
  • (A) Good
  • (B) Evening
  • (C) GooodEvening
  • (D) undefined
πŸ’¬ Discuss
βœ… Correct Answer: (C) GooodEvening

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
348
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
92%
Success Rate