Remove `@each`. In the past 8 years, JavaScript gained decent replacements, either `for...of` or `Array#forEach` with arrow functions.
Remove
@each. In the past 8 years, JavaScript gained decent replacements, eitherfor...oforArray#forEachwith arrow functions.