Hey, i understand that picking whether to use arrow functions or regular functions is sometimes based off of preference but mainly based off of what behavior you'd like, however why are functions such as
setTimeout
setTimeout
mainly seen to use arrow functions not regular? e.g.