antoniop
committed
on 02 Aug 23
Modernize JavaScript:

- Be specific about the scope and lifetime of variables via const and let
- Always prefer "for" loops to iterators… Show more
Modernize JavaScript:

- Be specific about the scope and lifetime of variables via const and let

- Always prefer "for" loops to iterators

- Cleanup obsolete wrappers

- Use single and double quotes consistently

- Use the equals operator consistently

Show less