English, asked by rajeshsen457, 10 months ago

the result is being awaited...... ​

Answers

Answered by Pujai88
4

Answer:

by you.

Explanation:

keep following!✌

Answered by MƦAttrαctívє
0

</p><p>&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p></p><p></p><p></p><p>&lt;p&gt;&lt;button onclick="myFunction()"&gt;Click Here For Answer&lt;/button&gt;&lt;/p&gt;</p><p></p><p>&lt;div id="myDIV"&gt;Hello&lt;/div&gt;</p><p></p><p>&lt;script&gt;</p><p>function myFunction() {</p><p>  var x = document.getElementById("myDIV");</p><p>  if (x.innerHTML === "Hello") {</p><p>    x.innerHTML = "The result is being awaited by you.";</p><p>  } else {</p><p>    x.innerHTML = "Hello";</p><p>  }</p><p>}</p><p>&lt;/script&gt;</p><p></p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p>

Similar questions