

InterviewSolution
Saved Bookmarks
1. |
Multiple choice questions of all chapters |
Answer» <button onclick="abc()">Tap here</button><scrpit function abc() { alert("Google it");}</script><br><button onclick="myFunction()">Click for my answer</button><script>function myFunction() { alert("You can Google it");}</script> | |