Why is this code not working?
var sctrictname = "Генадий Степаныч"; var coolname = sctrictname.replace("адий Степаныч","ка Рыжий"; alert(coolname); Why is this code not working?
var sctrictname = "Генадий Степаныч"; var coolname = sctrictname.replace("адий Степаныч","ка Рыжий"; alert(coolname); It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Source: https://ru.stackoverflow.com/questions/663157/
All Articles