let string = "My name is Shumail"; let toBeRemove = "Shumail"; string = string.replace(tobeRemove,'');