строки. function removeChar(str) {
let short = str.substring(0, str.length - 1);
console.log(short);
};
removeChar(tree); /пишет tree undefined/ Шо делать?!
может в кавычки строку то дашь?
Обсуждают сегодня