Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Conversion
- var x = prompt("Hello! How are you doing?");
- if (x == "good") {
- alert("Nice");
- } else if (x == "bad") {
- alert("Oh, ok");
- } else {
- alert("Is that an emotion?");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement