Skip to content

Repository files navigation

Remove First and Last Characters

Implement a removeChars() function that removes a given string's first and last characters. For example:

removeChars("book") // "oo"
removeChars("house") // "ous"
removeChars("us") // ""

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages