Summary of changes required:
- use strict
const and let where appropriate (linter will tell you where)
- arrow functions where appropriate (linter will tell you where)
- relevant updates to tests + docs
- updating deps and engine in package.json
- avoid
self and += / -= (not optimized yet for let const)
Summary of changes required:
constandletwhere appropriate (linter will tell you where)selfand+=/-=(not optimized yet for let const)