Skip to content

Instantly share code, notes, and snippets.

@stefanbuck
Created January 11, 2022 21:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanbuck/67ca7bb2795e14abffd1849f37e23758 to your computer and use it in GitHub Desktop.
Save stefanbuck/67ca7bb2795e14abffd1849f37e23758 to your computer and use it in GitHub Desktop.
const alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
const input = [
"I really",
"ScriptJava",
["and I", "an it's"],
{
m1: "love",
m2: "!namuh retteb a"
},
{
"AmAzIng": 0,
m3: "lang👽uage"
},
function think() {
return 'that allows me'
}
]
function youCanDoIt() {
return '';
}
// Make this work without using any additional strings
console.log(youCanDoIt() === "I really love JavaScript and I think it's an amazing language that allows me to BECOME a better human!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment