Skip to content

nurudeendroid/Javascript-Lab-Morse-Code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions ####################################################### Write a program that converts English text to Morse code. Use prompt() to recieve user input and conole.log() to display output. Code using '.' for a dot, '-' or '_' for a dash, separating letters by spaces and words by '/' or '|'.

The program should be able to convert strings consisting of A-Z, 0-9, and basic punctuation.

Use document.getElementById('result').innerHTML = your_output; to write program output to page.

About

Create a morse code translator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.2%
  • JavaScript 37.1%
  • HTML 23.7%