Friday js challenge, creating a range of characters e.g. a-z shortest possible cross browser solution?
@garethheyes function ಠ(d,c,b){for(b=d.charCodeAt();b<c.charCodeAt();d+=String.fromCharCode(++b));return d}
// e.g.
ಠ('a','z');
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@garethheyes function ಠ(d,c,b){for(b=d.charCodeAt();b<c.charCodeAt();d+=String.fromCharCode(++b));return d}
// e.g.
ಠ('a','z');