निम्नलिखित में से किस उद्देश्य के लिए जावास्क्रिप्ट डिज़ाइन किया गया है?<break-line><break-line>For which of the following purpose(s) JavaScript is designed for?
यदि हम निम्नलिखित दो वेरिएबल जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है?<break-line><break-line>What type of value gets printed if we add the following two variables?<pre><code>var a = "10";
var b = 50;</code></pre>
दो चरों के बीच प्रकार और सामग्री की समानता खोजने के लिए किस तुलना ऑपरेटर का उपयोग किया जाता है?<break-line><break-line>Which comparison operator is used to find equality of type as well as content between two variables?
"कुकीज़" के बारे में गलत कथनों को पहचानें।<break-line><break-line>Identify the wrong statements about “Cookies”.
A.Cookies are programs which run in the background of the web-client
B.Cookies have the potential of being used to violate the privacy of users
C.Cookies are very helpful in keeping track of users in developing online shopping cart, applications, personalized portals and in advertising on websites