Comment créer une fonction
function hello(){
console.log(hello world);
}
Beautiful Buzzard
function hello(){
console.log(hello world);
}