Skip to content

Instantly share code, notes, and snippets.

@lx4r
Last active December 6, 2019 19:52
Show Gist options
  • Save lx4r/1f4cc74f848895c52eb31fbda5c29e87 to your computer and use it in GitHub Desktop.
Save lx4r/1f4cc74f848895c52eb31fbda5c29e87 to your computer and use it in GitHub Desktop.
Banana
const banana = ('b' + 'a' + + 'a' + 'a').toLowerCase();
console.log(banana); // banana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment