0
Replace words in a string
Iâve been given the problem of creating a function in JavaScript that replaces the contents of a string with a random word of my choice. Iâm completely stuck on this! Please help!
1 Answer
+ 3
There's replace() function for it