We're a place where coders share, stay up-to-date and grow their careers.
function removeChar(str){ return str.substr(1, str.length - 2) };
Discussion on: Daily Challenge #1 - String Peeler