morse-decoder

Morse code decoder

Rolling Scopes Task

image

Your task is to write a function, that decodes Morse code and returns a string. Write your solution in src/index.js


Input: String. Its length is multiple of 10.


Prepare and test

Submit to rs app

  1. Open rs app and login
  2. Go to submit task page
  3. Select your task (morse-decoder)
  4. Press the submit button and enjoy

Notes

  1. We recommend you to use nodejs of version 10 or lower. If you using any of features that does not supported by node v10, score won’t be submitted.
  2. Please be sure that each of your test in limit of 30sec.