What type of value gets printed if we add the following two variables ?
var a = "10";
var b =50;
Qus
यदि हम निम्नलिखित दो चरों को जोड़ते हैं तो किस प्रकार का मूल्य मुद्रित होता है?
var a = "10"; var b =50;
A. Long
B. Text
C. Integer
D. Number