А
Size: a a a
А
ГЩ
BA
function firstFunction() {
console.log('first')
secondFunction();
}
function secondFunction() {
console.log('second')
thridFunction();
}
function thridFunction() {
console.log('thrid')
console.log(new Error().stack);
}
firstFunction();
🧨
ГЩ
BA
VH
🧨
VH
Н
BA
🧨
I
Н
VH
I
VH
🧨
🧨
BA