[Javascript] How to delete first character of a string?


0

I want to delete the first charater from a given string, How can I do that in Javascript?

1 Answer

3 years ago by

+ 1

You can use any of the below methods to delete first character from the given string.


Run here https://onecompiler.com/javascript/3xns2kcf2

3 years ago by Meera



Your Answer