Skip to content

Instantly share code, notes, and snippets.

@kylehill
Created February 19, 2016 00:32
Show Gist options
  • Save kylehill/3f88cd63bbb3f431176e to your computer and use it in GitHub Desktop.
Save kylehill/3f88cd63bbb3f431176e to your computer and use it in GitHub Desktop.
var phomene = "na"

var fruit = "ba" + phomene.repeat(2)

var superhero = phomene.repeat(16) + ", Batman"

var videoGame = `${phomene.repeat(2)}, ${phomene.repeat(3)}-${phomene.repeat(4)}, Katamari Damacy`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment