Jak stworzyć funkcję
function hello(){
console.log(hello world);
}
Beautiful Buzzard
function hello(){
console.log(hello world);
}