emoji-translate icon indicating copy to clipboard operation
emoji-translate copied to clipboard

Logic fixes and refactoring

Open KayDee opened this issue 6 years ago • 1 comments

KayDee avatar Sep 30 '18 19:09 KayDee

@KayDee, line 180/197 is actually cleaner how it is right now in master than it is in your PR, as

lastSymbol += word[word.length - 1]; === lastSymbol = word[word.length - 1] + lastSymbol;

I'd like for you to undo that change you put on that line.

rawr51919 avatar Mar 22 '19 16:03 rawr51919