0
1
MAMansimar Anand
Replace one string with another
0 Comments
var str = "Python is a Programming Language, Python is a top programming language and favourite of every developer" str = str.replaceAll("Python", "JavaScript") console.log(str)