Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. minty@mari:~$ node morse_code.js
  2. Inputting 'morse' or 'english'? english
  3. Please input case-insensitive english : hello world
  4. .... . .-.. .-.. ---  .-- --- .-. .-.. -..
  5. minty@mari:~$ node morse_code.js
  6. Inputting 'morse' or 'english'? morse
  7. Please input space seperated morse using - and . : .... . .-.. .-.. ---  .-- --- .-. .-.. -..
  8. HELLO WORLD
  9. minty@mari:~$ node morse_code.js
  10. Inputting 'morse' or 'english'? welsh
  11. Sorry, that isn't an option. Shutting down.
  12. minty@mari:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement