Advertisement
Guest User

test

a guest
Jan 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <p>Whats 9 + 10</p><br/><input id="1" placeholder="Answer"></input><button click=Clicked1()>Sumit</button><script>function Clicked1() { if (document.getElementById("1").value == 19) { alert("Correct") }else { alert("Wrong") } }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement