Como criar uma função
function hello(){
console.log(hello world);
}
Beautiful Buzzard
function hello(){
console.log(hello world);
}