Skip to content

Instantly share code, notes, and snippets.

@fearmear
Last active November 11, 2017 15:15
Show Gist options
  • Save fearmear/ed182620f07a2e5a36506cc788b450f3 to your computer and use it in GitHub Desktop.
Save fearmear/ed182620f07a2e5a36506cc788b450f3 to your computer and use it in GitHub Desktop.
Mocking Spongebob
'Dont use that weird spongebob mocking meme'.replace(/./g, (letter, index) => index % 2 ? letter : letter.toUpperCase())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment