Closed curran closed 3 years ago
I was reading through this and was struck by lingering use of var in the README, so thought I'd submit this PR that upgrades to let and const.
var
let
const
I was reading through this and was struck by lingering use of
var
in the README, so thought I'd submit this PR that upgrades tolet
andconst
.