catch?
try {
console.log("OLD ONE");
} catch(e){
console.log("NEW ONE");
}
что я делаю не так?
Обсуждают сегодня