Block scoping > function scoping
@rbndg ACK, I'm happy with const unless mutated, otherwise let
const
let
what about also using const when required?
See https://github.com/bitcoinjs/bitcoinjs-lib/pull/1111
Most helpful comment
@rbndg ACK, I'm happy with
constunless mutated, otherwiselet