Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. require('cycle-shell')(main,{
  2. welcome:`welcome enjoy and have fun 😁😄 `
  3.  
  4.  
  5.  
  6.  
  7. })
  8.  
  9. function main (guess) {
  10. if (guess===105){
  11. return `you win 100%`
  12. } else {
  13. return `you loose %0`
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement