β
R.complement(
R.compose(
R.contains(
callbackQuery.data),
R.map(R.prop('name'))));
β Babel makes it run faster? Uhhhh
β So no performance difference
β The engine has to make one more transition, that's the cost
β Which means arrow functions are inherently cheaper
β You are like a sect member
β Normal functions = have prototype, can be bound
Arrow functions = no prototype, no binding possible