К
function foo() {дает нам
console.log('foo')
return 42
}
function bar() {
console.log('foo() was called')
return foo()
}
console.log(bar())
foo() was calledкак получить
foo
42
foo???
foo() was called
42
Size: a a a
К
function foo() {дает нам
console.log('foo')
return 42
}
function bar() {
console.log('foo() was called')
return foo()
}
console.log(bar())
foo() was calledкак получить
foo
42
foo???
foo() was called
42
DM
К
К
К
DM
DM
К
К
К
DM
DM
DM
К
К
К
DM
К
К
DM