0
How can I put $ sign between each words using class in js
12/26/2020 5:03:04 PM
5 Answers
+1
words.split(" ").join("$")
Javohir are you referring to the Javascript (es6) exercise?
Javohir Refer this discussion https://www.sololearn.com/Discuss/2640770/?ref=app
yes that's exactly
thanks a lot
Send us a message