Przejdź do głównej zawartości
console.log(foo())
console.log(bar())

var foo = function () {
return "foo"
}

function bar() {
return "bar"
}