Что такое событие в функции внутри Prantesisi

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