DEV Community

[Comment from a deleted post]
Collapse
 
skhmt profile image
Mike

myarray=mystring.split('')
myarray.shift()
myarray.pop()
mystring=myarray.join('')

Collapse
 
jonrandy profile image
Jon Randy 🎖️

myarray=[...mystring]