Find output of below code
var a = '20'; var b = a = 30; document.write(a+b);
Error in Script
'20'30
2030
50
Correct Answer : D
What are the two basic groups of dataypes in JavaScript?
Which of them is not the looping structures in JavaScript?
JavaScript is designed for following purpose -