Skip to content

jguarato/long-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Long Text Challenge

  • A Pen created on CodePen.io for the #CodePenChallenge: Looooong Teeeeext;
  • The challenge was to create a loooong teeeext generator that takes in a string and an integer (n), and multiplies the vowels in the string by n.
  • So for example, if you gave the code the string 'long text' and the integer 5, it would return 'looooong teeeeext'.
  • Original URL: https://codepen.io/jguarato/full/OJvQJJR.