Closed jayjamesjay closed 6 years ago
Replaces var keyword with const / let, let with const (where possible), replaces anonymous functions with arrow functions.
var
const
let,
let
Not enough significant changes.
Replaces
var
keyword withconst
/let,
let
withconst
(where possible), replaces anonymous functions with arrow functions.