Skip to content

Instantly share code, notes, and snippets.

@schan90
Created April 20, 2017 05:51
Show Gist options
  • Select an option

  • Save schan90/e28900c776254ed5a5fd773e2d608a69 to your computer and use it in GitHub Desktop.

Select an option

Save schan90/e28900c776254ed5a5fd773e2d608a69 to your computer and use it in GitHub Desktop.
Daily Toy 2nd-TUE. getAllLetters
function getAllLetters(str) {
// your code here
return Array.from(str);
}
//var output = ;
console.log(getAllLetters("Radagast"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment