What's more important in JS: performance, or the understandability of the code?

I always declare functions as variables to avoid hoisting.

1 Like