https://eslint.org/docs/latest/rules/prefer-const > `const` declaration tells readers, “this variable is never reassigned,” reducing cognitive load and improving maintainability.