romacher / morse-decoder
- четверг, 26 сентября 2019 г. в 00:23:16
JavaScript
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 10.
10 for . and 11 for -.lefft padded with 0.Space in string is **********.https://github.com/romacher/morse-decoder.gitmorse-decodernpm install in command linenpm test in command line