What will be the output of the following JavaScript code ?
<p id="demo"></p><script>var js = 5;js*=10;document.getElementByld("demo").innerHTML = js;</script>
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?
A. 10
B. 15
C. 5
D. 50