Skip to content

Instantly share code, notes, and snippets.

Created February 9, 2017 11:57
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 anonymous/9935ff91f0ad50e34261daf469a38be6 to your computer and use it in GitHub Desktop.
Save anonymous/9935ff91f0ad50e34261daf469a38be6 to your computer and use it in GitHub Desktop.
('l2v2l6v2'+ 'e1l1v3l2'+
'v3e1v7e1v7e1v7e1l2v6e1l4v5'+
'e1l6v4e1l8v3e1l7l3v2e1l9l3v1')
.replace(/[lve]\d/g,function
(c){return Array(-~c[1]).
join({l:' ',v:'Love'
,e:'\n'}[c[0
]])})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment