For your average vanilla javascript project, how often do you use function with the function keyword or arrow functions? Is it okay to use more one side and less the other? Or vise versa? Or only use arrow functions? I mean more in a job type setting not for personal projects. In all honesty I do mostly like to write functions with the function keyword, but i'm not sure whats the best way to do it
Anything that works.