Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var tanyatanya = prompt ("Apa Pendapat anda tentang umat Muslim di era modern ini?");
- if(tanyatanya === "tanyatanya" )
- {
- console.log("Jawaban Kamu ?");
- }
- else
- {
- console.log(" Jawaban Kamu ? " +tanyatanya );
- }
- var userChoice = prompt("Do you choose rock, paper or scissors?");
- if(userChoice === "rock"){
- console.log(userChoice+ " It's Your Choice");
- }else
- {
- console.log("Your Choice is "+ userChoice);
- }
Add Comment
Please, Sign In to add comment