0
HELP IN JS CODE
i want to delete first and last letter and if could add space between words https://code.sololearn.com/W98O3XXSO7a5/?ref=app
4 odpowiedzi
0
Thanks for sharing your code.
You can remove text from a string in Javascript using 2 methods, substring and replace.
Here are some examples:
https://www.w3schools.com/jsref/jsref_substring.asp
https://www.w3schools.com/jsref/jsref_replace.asp
+ 1
What is the practical use for this?
+ 1
Chris Coder thank you i did add substring before but in wrong place now its in right place
0
ESLAM YASSER Brilliant! Well done - Happy Coding