Skip to content
Advertisement

Tag: morse-code

Decode the Morse code, advanced JS (codewars)

Here is a task: When transmitting the Morse code, the international standard specifies that: “Dot” – is 1 time unit long. “Dash” – is 3 time units long. Pause between dots and dashes in a character – is 1 time unit long. Pause between characters inside a word – is 3 time units long. Pause between words – is 7

Advertisement