Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. require('cycle-shell')(main, {
  2. welcome:`welcome to my guessing game;)
  3.  
  4. Please try to guess a number beetween 1 and 500!!`
  5. })
  6.  
  7. function main (input) {
  8. if (input ===1.5){
  9. return `good job ;)`
  10. } else {
  11. return `please try again!:\ `
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement