Skip to content

Instantly share code, notes, and snippets.

@guilhermesteves
Created November 10, 2021 20:28
Show Gist options
  • Save guilhermesteves/b7998e938b11d8c384f35d5d45345bdb to your computer and use it in GitHub Desktop.
Save guilhermesteves/b7998e938b11d8c384f35d5d45345bdb to your computer and use it in GitHub Desktop.
Saw a shitty ad on instagram, made it run
// It's running on my machine
const OUT_OF_THE_BOX = 'This ad sucks'
const DEVELOPER = 'developer'
const You = { think: () => OUT_OF_THE_BOX }
const we = {}
const please = () => {}
const move = { your: () => {} }
const to = {}
const your = (arg) => arg
const potential = true
const as = (arg) => console.log(`The person who did this ad can't possibly be considered a ${arg.a}.`)
// Shitty ad on Instagram starts here
if (You.think() === OUT_OF_THE_BOX) {
we.need = your => '<head>'
please(move.your('<body>'))
to.test = your(true) || potential
as({ a: DEVELOPER })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment