let string = "Hello World"; string = "Hello JavaScript"; // Easy as that!
var str ="Hello World!"; str.replace("Hello", "Hi");