Skip to content

Instantly share code, notes, and snippets.

@louislatreille
Created August 6, 2021 16:24
Show Gist options
  • Save louislatreille/24d03058c10343a8f3c1989446e452b0 to your computer and use it in GitHub Desktop.
Save louislatreille/24d03058c10343a8f3c1989446e452b0 to your computer and use it in GitHub Desktop.
Article - You should aim to forget how your code works
// Morse letters are separated by 1 space
const morseLetters = morseWord.split(' ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment