function 함수이름 () { }
let gazero = function() { console.log("hello world") }
그러니깐, 함수를 호출할 때 매개변수로 오는 인자가 함수의 형태라면 이를 콜백함수라고 함