Guest User

Untitled

a guest
Jun 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var q1 = prompt ("1");
  2. if ((q1 == "q") || (q1 == "w") || (q1 == "e")) {
  3. alert ("qwe");
  4. } else if ((q1 == "f") || (q1 == "g") || (q1 = "h")) {
  5. alert ("fgh");
  6. } else {
  7. alert ("sdgw");
  8. }
Add Comment
Please, Sign In to add comment