Fix '-' code
This commit is contained in:
		@@ -40,7 +40,7 @@ const MORSE_MAP = {
 | 
				
			|||||||
  '!': '-.-.--',
 | 
					  '!': '-.-.--',
 | 
				
			||||||
  '=': '-...-',
 | 
					  '=': '-...-',
 | 
				
			||||||
  '+': '.-.-.',
 | 
					  '+': '.-.-.',
 | 
				
			||||||
  '-': '-...-'
 | 
					  '-': '-....-'
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const REVERSE_MORSE_MAP = function() {
 | 
					const REVERSE_MORSE_MAP = function() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user