Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

  • Completed at: 2023-06-17T18:42:02.113Z

  • Completed languages: javascript

  • Tags: Strings, Fundamentals

  • Rank: 8 kyu

Description

It's pretty straightforward. Your goal is to create a function that removes the first and last characters of a string. You're given one parameter, the original string. You don't have to worry with strings with less than two characters.