···2828- use tabs for indentation, spaces allowed for diagrams in comments
2929- use single quotes and add trailing commas
3030- prefer arrow functions
3131-- write blocks for control statements
3131+- use braces for control statements, even single-line bodies
3232+- use bare blocks `{ }` to group related code and limit variable scope
32333334### documentation
3435