Your task is to write function, that decode Morse code and return string.
Write your solution in src/index.js
Input: String. It length is multiple of 8.
- Eache letter from alphabet encoded with
10for.and11for-. - Each encoded letter's length is 10.
- If length of encoded letter is less then 10, it
lefft paddedwith0. Spacein string is**********.
Output: String (decoded)
- Install Node.js
- Clone this repository:
https://github.com/romacher/morse-decoder.git - Go to folder
morse-decoder - Run
npm installin command line - Run
npm testin command line - You will see the number of passing and failing tests
Submit to rs app
- Open rs app and login
- Go to submit task page
- Select your task (morse-decoder)
- Press the submit button and enjoy