Co to jest zdarzenie w funkcji wewnątrz prantesymi

var addThree = function(number){
console.log(number + 3);
};
Unsightly Unicorn