Skip to content

Instantly share code, notes, and snippets.

@ariellephan
Created November 17, 2016 02:33
Show Gist options
  • Save ariellephan/b978b6e5e140dbef27555619cd4be744 to your computer and use it in GitHub Desktop.
Save ariellephan/b978b6e5e140dbef27555619cd4be744 to your computer and use it in GitHub Desktop.
Udacity frameworks course notes
var numLetters = function(letter) {
return new Function("num", "return ('" + letter + "').repeat(num)");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment