Skip to content

Instantly share code, notes, and snippets.

@EncodeTheCode
Created November 7, 2016 18:55
Show Gist options
  • Save EncodeTheCode/e27b0f2cdfbd06a079cb6759b550b42d to your computer and use it in GitHub Desktop.
Save EncodeTheCode/e27b0f2cdfbd06a079cb6759b550b42d to your computer and use it in GitHub Desktop.
function string_split(s){return s.split('').toString();}
string_split("Hello");
-- "H,e,l,l,o"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment