SyntaxFix
Write A Post
Hire A Developer
Questions
if you need to remove the first leter of string
string.slice(1, 0)
and for remove last letter
string.slice(0, -1)