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

Ahh yes that matter. It will be nice to gain some clarification on.

Normally the main benefit of strict mode is to warn you when a variable assignment will result in a global variable instead.